Paste #34760: YAML Structure 2.0

Date: 2016/07/12 17:24:42 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


shops:
  shopname1:
    items:
    - <item.escaped>/name/price
    - <item.escaped>/name/price
    - <item.escaped>/name/price
    sites:
      1:
        fancy_diamond:
          itemdata: <item.escaped>
          price: 10
      2:
        wood:
          itemdata: <item.escaped>
          price: 2
        stone:
          itemdata: <item.escaped>
          price: 4
old_structure_not_working_cause_key_too_long:
  shopname:2
    items:
      <item.full>:
        name: potato
        price: 20
      <item.full>:
        name: cookie
        price: 3