Paste #34758: YAML Structure 2.0

Date: 2016/07/12 15:33:01 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


shops:
  shopname1:
    items:
    - <item.escaped>
    - <item.escaped>
    - <item.escaped>
    fancy_diamond:
      itemdata: <item.escaped>
      price: 10
    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