Skip to content

Commit d2fddeb

Browse files
authored
[Experimental] routine updates 6 (#166)
1 parent 66dd068 commit d2fddeb

File tree

516 files changed

+6168
-10537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

516 files changed

+6168
-10537
lines changed

data/Goats_mods/Primitive_Survival/Furniture_and_Terrain/Furniture_construction.json renamed to data/Goats_mods/Primitive_Survival/Furniture/Furniture_construction.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"coverage": 50,
3333
"required_str": -1,
3434
"flags": [ "TRANSPARENT", "NOITEM", "FLAMMABLE_ASH", "THIN_OBSTACLE", "MOUNTABLE", "EASY_DECONSTRUCT", "WALL" ],
35-
"deconstruct": { "items": [ { "item": "2x4", "amount": 8, "minamount": 8 } ] },
35+
"deconstruct": { "items": [ { "item": "2x4", "count": 8 } ] },
3636
"bash": {
3737
"str_min": 4,
3838
"str_max": 20,
3939
"sound": "crack.",
4040
"sound_fail": "wham.",
41-
"items": [ { "item": "2x4", "amount": 6, "minamount": 2 } ]
41+
"items": [ { "item": "2x4", "count": [ 2, 6 ] } ]
4242
}
4343
},
4444
{
@@ -52,13 +52,13 @@
5252
"coverage": 50,
5353
"required_str": -1,
5454
"flags": [ "TRANSPARENT", "NOITEM", "FLAMMABLE_ASH", "THIN_OBSTACLE", "EASY_DECONSTRUCT", "DOOR", "CONNECT_TO_WALL" ],
55-
"deconstruct": { "items": [ { "item": "2x4", "amount": 8, "minamount": 8 } ] },
55+
"deconstruct": { "items": [ { "item": "2x4", "count": 8 } ] },
5656
"bash": {
5757
"str_min": 4,
5858
"str_max": 20,
5959
"sound": "crack.",
6060
"sound_fail": "wham.",
61-
"items": [ { "item": "2x4", "amount": 6, "minamount": 2 } ]
61+
"items": [ { "item": "2x4", "count": [ 2, 6 ] } ]
6262
}
6363
},
6464
{
@@ -71,16 +71,15 @@
7171
"symbol": "LINE_OXOX",
7272
"description": "A fence made from simple fence posts and branches woven between the posts.",
7373
"color": "brown",
74-
"move_cost": 3,
7574
"flags": [ "TRANSPARENT", "DIGGABLE", "FLAMMABLE_ASH", "NOITEM", "PERMEABLE", "MOUNTABLE", "AUTO_WALL_SYMBOL" ],
7675
"connects_to": "WOODFENCE",
77-
"deconstruct": { "items": [ { "item": "stick", "amount": 8, "minamount": 8 } ] },
76+
"deconstruct": { "items": [ { "item": "stick", "count": 8 } ] },
7877
"bash": {
7978
"str_min": 4,
8079
"str_max": 20,
8180
"sound": "crack.",
8281
"sound_fail": "wham.",
83-
"items": [ { "item": "stick", "amount": 6, "minamount": 2 } ]
82+
"items": [ { "item": "stick", "count": [ 2, 6 ] } ]
8483
}
8584
},
8685
{
@@ -101,7 +100,7 @@
101100
"str_max": 10,
102101
"sound": "smash!",
103102
"sound_fail": "whump.",
104-
"items": [ { "item": "wooden_rollmat", "count": [ 1, 1 ] } ]
103+
"items": [ { "item": "wooden_rollmat", "count": 1 } ]
105104
}
106105
},
107106
{
@@ -114,8 +113,8 @@
114113
"move_cost_mod": 0,
115114
"required_str": -1,
116115
"flags": [ "TRANSPARENT", "CONTAINER", "FIRE_CONTAINER", "PLACE_ITEM" ],
117-
"deconstruct": { "items": [ { "item": "rock", "amount": 8 } ] },
118-
"bash": { "str_min": 1, "str_max": 1, "sound": "crash!", "sound_fail": "whump!", "items": [ { "item": "rock", "amount": 8 } ] }
116+
"deconstruct": { "items": [ { "item": "rock", "count": 8 } ] },
117+
"bash": { "str_min": 1, "str_max": 1, "sound": "crash!", "sound_fail": "whump!", "items": [ { "item": "rock", "count": 8 } ] }
119118
},
120119
{
121120
"id": "f_cookfirepit",
@@ -128,13 +127,13 @@
128127
"required_str": -1,
129128
"flags": [ "TRANSPARENT", "CONTAINER", "FIRE_CONTAINER", "SUPPRESS_SMOKE", "PLACE_ITEM" ],
130129
"crafting_pseudo_item": "rock_pot",
131-
"deconstruct": { "items": [ { "item": "rock", "amount": 8 }, { "item": "stick", "amount": 4 }, { "item": "rock_pot", "amount": 1 } ] },
130+
"deconstruct": { "items": [ { "item": "rock", "count": 8 }, { "item": "stick", "count": 4 }, { "item": "rock_pot", "count": 1 } ] },
132131
"bash": {
133132
"str_min": 1,
134133
"str_max": 1,
135134
"sound": "crash!",
136135
"sound_fail": "whump!",
137-
"items": [ { "item": "rock", "amount": 8 }, { "item": "stick", "amount": 4 }, { "item": "rock_pot", "amount": 1 } ]
136+
"items": [ { "item": "rock", "count": 8 }, { "item": "stick", "count": 4 }, { "item": "rock_pot", "count": 1 } ]
138137
}
139138
}
140139
]

data/Goats_mods/Primitive_Survival/Furniture_and_Terrain/Furniture_terrains_override.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)