Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. shop:
  2.   ==: BS_Shop
  3.   canClose: true
  4.   border:
  5.  - EG_Wall1
  6.   - EG_Wall2
  7.   emptyFill:
  8.  - EG_Fill1
  9.   - EG_Fill2
  10.   inventoryName: Shop one!
  11.   rows: 6
  12.   forceBorder: false
  13.   items:
  14.     '22':
  15.       ==: BS_PlaceholderItem
  16.       price: FREE_BUILD_IN
  17.       item: EG_ItemFirework
  18.     '24':
  19.       ==: BS_ShopItem
  20.       border:
  21.      - EG_ItemWall1
  22.       - EG_ItemWall2
  23.       item: EG_ChuckBuff
  24.       forceBorder: true
  25.       buff: EG_Chuck
  26.       price: EG_Mixed
  27.     '40':
  28.       ==: BS_ShopLink
  29.       linkedShop: EG_ShopTwo
  30.       price: FREE_BUILD_IN
  31.       item: EG_Buffs2Link
  32.     '20':
  33.       ==: BS_ShopItem
  34.       border:
  35.      - EG_ItemWall1
  36.       - EG_ItemWall2
  37.       item: EG_DamageBuff
  38.       forceBorder: true
  39.       buff: EG_Death
  40.       price: EG_MoneyCost_100
  41.     '43':
  42.       ==: BS_ShopClose
  43.       price: FREE_BUILD_IN
  44.       item: EG_EXIT
  45.   NAME: EG_ShopOne
  46.  
  47.  
  48.  
  49.  
  50.  
  51. shop:
  52.   ==: BS_Shop
  53.   canClose: false
  54.   border:
  55.  - EG_Wall2
  56.   - EG_Wall1
  57.   emptyFill:
  58.  - EG_Fill1
  59.   inventoryName: Shop two!
  60.   rows: 6
  61.   forceBorder: false
  62.   items:
  63.     '22':
  64.       ==: BS_PlaceholderItem
  65.       price: FREE_BUILD_IN
  66.       item: EG_ItemFireworkCharge
  67.     '24':
  68.       ==: BS_ShopItem
  69.       border:
  70.      - EG_ItemWall2
  71.       item: EG_NinjaBuff
  72.       forceBorder: true
  73.       buff: EG_Ninja
  74.       price: EG_SpecialItemCost
  75.     '40':
  76.       ==: BS_ShopLink
  77.       linkedShop: EG_ShopOne
  78.       price: FREE_BUILD_IN
  79.       item: EG_Buffs1Link
  80.     '20':
  81.       ==: BS_ShopItem
  82.       border:
  83.      - EG_ItemWall1
  84.       item: EG_DiggerBuff
  85.       forceBorder: true
  86.       buff: EG_Digger
  87.       price: EG_ItemCost
  88.     '43':
  89.       ==: BS_ShopClose
  90.       price: FREE_BUILD_IN
  91.       item: EG_EXIT
  92.   NAME: EG_ShopTwo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement