forked from sjl057/magical-glass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
42 lines (36 loc) · 1.57 KB
/
mod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "magical-glass",
"name": "Magical Glass",
"subtitle": "...What game am I playing again?",
"version": "v1.1.1",
"engineVer": "v0.9.0-dev",
"chapter": 2,
"map": "tundra3",
//"map": "darktundra1",
//"encounter": "dummy",
//"party": ["kris"],
"party": ["noelle", "susie"],
"inventory": {
// "items": ["ut_items/rock_candy", "ut_items/monster_candy", "ut_items/spider_donut", "ut_items/spider_cider", "ut_items/butterscotch_pie", "ut_items/ghost_fruit"],
"items": ["top_cake", "ut_items/rock_candy"],
"box_a": ["ut_weapons/stick", "ut_weapons/toy_knife", "ut_weapons/tough_glove", "ut_weapons/ballet_shoes", "ut_weapons/torn_notebook", "ut_weapons/burnt_pan", "ut_weapons/empty_gun", "ut_weapons/worn_dagger", "ut_weapons/real_knife"],
"box_b": ["ut_armors/bandage", "ut_armors/faded_ribbon", "ut_armors/manly_bandanna", "ut_armors/old_tutu", "ut_armors/cloudy_glasses", "ut_armors/stained_apron", "ut_armors/cowboy_hat", "ut_armors/heart_locket", "ut_armors/the_locket", "ut_armors/temy_armor"],
"key_items": ["cell_phone"]
},
"config": {
"kristal": {
"lightCurrency": "Gold",
"lightCurrencyShort": "G"
// End of config
},
"magical-glass": {
//"default_battle_system": ["undertale", true],
"light_battle_tp": true,
"light_battle_defend_btn": true,
"mercy_messages": true,
"mercy_bar": true,
"ut_movement_chara": ["noelle"],
"debug": true,
}
}
}