Skip to content

Commit

Permalink
[Experimental] routine updates 6 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoatGod authored Apr 6, 2022
1 parent 66dd068 commit d2fddeb
Show file tree
Hide file tree
Showing 516 changed files with 6,168 additions and 10,537 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"coverage": 50,
"required_str": -1,
"flags": [ "TRANSPARENT", "NOITEM", "FLAMMABLE_ASH", "THIN_OBSTACLE", "MOUNTABLE", "EASY_DECONSTRUCT", "WALL" ],
"deconstruct": { "items": [ { "item": "2x4", "amount": 8, "minamount": 8 } ] },
"deconstruct": { "items": [ { "item": "2x4", "count": 8 } ] },
"bash": {
"str_min": 4,
"str_max": 20,
"sound": "crack.",
"sound_fail": "wham.",
"items": [ { "item": "2x4", "amount": 6, "minamount": 2 } ]
"items": [ { "item": "2x4", "count": [ 2, 6 ] } ]
}
},
{
Expand All @@ -52,13 +52,13 @@
"coverage": 50,
"required_str": -1,
"flags": [ "TRANSPARENT", "NOITEM", "FLAMMABLE_ASH", "THIN_OBSTACLE", "EASY_DECONSTRUCT", "DOOR", "CONNECT_TO_WALL" ],
"deconstruct": { "items": [ { "item": "2x4", "amount": 8, "minamount": 8 } ] },
"deconstruct": { "items": [ { "item": "2x4", "count": 8 } ] },
"bash": {
"str_min": 4,
"str_max": 20,
"sound": "crack.",
"sound_fail": "wham.",
"items": [ { "item": "2x4", "amount": 6, "minamount": 2 } ]
"items": [ { "item": "2x4", "count": [ 2, 6 ] } ]
}
},
{
Expand All @@ -71,16 +71,15 @@
"symbol": "LINE_OXOX",
"description": "A fence made from simple fence posts and branches woven between the posts.",
"color": "brown",
"move_cost": 3,
"flags": [ "TRANSPARENT", "DIGGABLE", "FLAMMABLE_ASH", "NOITEM", "PERMEABLE", "MOUNTABLE", "AUTO_WALL_SYMBOL" ],
"connects_to": "WOODFENCE",
"deconstruct": { "items": [ { "item": "stick", "amount": 8, "minamount": 8 } ] },
"deconstruct": { "items": [ { "item": "stick", "count": 8 } ] },
"bash": {
"str_min": 4,
"str_max": 20,
"sound": "crack.",
"sound_fail": "wham.",
"items": [ { "item": "stick", "amount": 6, "minamount": 2 } ]
"items": [ { "item": "stick", "count": [ 2, 6 ] } ]
}
},
{
Expand All @@ -101,7 +100,7 @@
"str_max": 10,
"sound": "smash!",
"sound_fail": "whump.",
"items": [ { "item": "wooden_rollmat", "count": [ 1, 1 ] } ]
"items": [ { "item": "wooden_rollmat", "count": 1 } ]
}
},
{
Expand All @@ -114,8 +113,8 @@
"move_cost_mod": 0,
"required_str": -1,
"flags": [ "TRANSPARENT", "CONTAINER", "FIRE_CONTAINER", "PLACE_ITEM" ],
"deconstruct": { "items": [ { "item": "rock", "amount": 8 } ] },
"bash": { "str_min": 1, "str_max": 1, "sound": "crash!", "sound_fail": "whump!", "items": [ { "item": "rock", "amount": 8 } ] }
"deconstruct": { "items": [ { "item": "rock", "count": 8 } ] },
"bash": { "str_min": 1, "str_max": 1, "sound": "crash!", "sound_fail": "whump!", "items": [ { "item": "rock", "count": 8 } ] }
},
{
"id": "f_cookfirepit",
Expand All @@ -128,13 +127,13 @@
"required_str": -1,
"flags": [ "TRANSPARENT", "CONTAINER", "FIRE_CONTAINER", "SUPPRESS_SMOKE", "PLACE_ITEM" ],
"crafting_pseudo_item": "rock_pot",
"deconstruct": { "items": [ { "item": "rock", "amount": 8 }, { "item": "stick", "amount": 4 }, { "item": "rock_pot", "amount": 1 } ] },
"deconstruct": { "items": [ { "item": "rock", "count": 8 }, { "item": "stick", "count": 4 }, { "item": "rock_pot", "count": 1 } ] },
"bash": {
"str_min": 1,
"str_max": 1,
"sound": "crash!",
"sound_fail": "whump!",
"items": [ { "item": "rock", "amount": 8 }, { "item": "stick", "amount": 4 }, { "item": "rock_pot", "amount": 1 } ]
"items": [ { "item": "rock", "count": 8 }, { "item": "stick", "count": 4 }, { "item": "rock_pot", "count": 1 } ]
}
}
]

This file was deleted.

Loading

0 comments on commit d2fddeb

Please sign in to comment.