Paste #42068: ScriptData

Date: 2017/05/20 04:26:28 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


SuperScriptData:
    type: yaml data
    id: test
    one: something
    two: another
    three: third
    my_list:
    - item_1:
        one_key: one_value
        sub_list:
        - hello
        - world
    - item_2:
        one_key: two_value
        sub_list:
        - good
        - bye