Skip to content

Commit

Permalink
Make dummies less dumb (#73488)
Browse files Browse the repository at this point in the history
* Dummies Check for Diggable Terrain

* Update Training Dummy Furniture Descriptions
  • Loading branch information
TheMurderUnicorn authored May 7, 2024
1 parent 35b99fd commit bc28504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -8060,6 +8060,7 @@
"difficulty": 1,
"qualities": [ [ { "id": "DIG", "level": 2 } ] ],
"components": [ [ [ "training_dummy_light", 1 ] ] ],
"pre_flags": { "flag": "DIGGABLE", "force_terrain": true },
"pre_special": "check_down_OK",
"post_terrain": "f_training_dummy_light"
},
Expand All @@ -8072,6 +8073,7 @@
"difficulty": 1,
"qualities": [ [ { "id": "DIG", "level": 2 } ] ],
"components": [ [ [ "training_dummy_heavy", 1 ] ] ],
"pre_flags": { "flag": "DIGGABLE", "force_terrain": true },
"pre_special": "check_down_OK",
"post_terrain": "f_training_dummy_heavy"
},
Expand Down
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/furniture-recreation.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
"type": "furniture",
"id": "f_training_dummy_light",
"name": "training dummy",
"description": "A hand-made humanoid figure, useful for training in close quarters combat. This one is made from wood and has some duct tape to mark the striking points.",
"description": "A hand-made humanoid figure, useful for training in close quarters combat. This one is made from wood and has some duct tape to mark the striking points. It has been erected in the ground on its post.",
"symbol": "@",
"color": "brown",
"move_cost_mod": 9,
Expand All @@ -611,7 +611,7 @@
"type": "furniture",
"id": "f_training_dummy_heavy",
"name": "armored training dummy",
"description": "A hand-made humanoid figure, useful for training in close quarters combat. This one is covered in scrap armor and looks on guard.",
"description": "A hand-made humanoid figure, useful for training in close quarters combat. This one is covered in scrap armor and looks on guard. It has been erected in the ground on its post.",
"symbol": "@",
"color": "brown",
"move_cost_mod": 11,
Expand Down

0 comments on commit bc28504

Please sign in to comment.