Skip to content

Commit

Permalink
Merge branch 'CleverRaven:master' into pond-spring-are-water
Browse files Browse the repository at this point in the history
  • Loading branch information
Milopetilo authored Nov 30, 2024
2 parents 6739fd1 + eb90c6b commit 8b053f0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
28 changes: 28 additions & 0 deletions data/json/furniture_and_terrain/furniture-terrains.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,34 @@
],
"examine_action": "rubble"
},
{
"type": "furniture",
"id": "f_plane_wreckage",
"name": "metal wreckage from a plane",
"description": "A pile of various bent and twisted metals. Some of it looks pretty rusty, you wouldn't want to cut yourself on this.",
"looks_like": "t_scrap_wall_halfway",
"symbol": "#",
"color": "cyan",
"move_cost_mod": 6,
"max_volume": "750 L",
"required_str": -1,
"crafting_pseudo_item": "fake_sharp_metal_wreckage",
"flags": [
"TRANSPARENT",
"UNSTABLE",
"ROUGH",
"SHARP",
"PLACE_ITEM",
"MOUNTABLE",
"CONTAINER",
"SEALED",
"ALLOW_FIELD_EFFECT",
"SHORT",
"SMALL_HIDE",
"RUBBLE"
],
"examine_action": "rubble"
},
{
"type": "furniture",
"id": "f_reactor_meltdown",
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen_palettes/airliner_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
",": "t_soil",
"d": "t_dirtmound",
"M": "t_wall_metal",
"m": "t_scrap_wall_halfway",
".": "t_metal_floor",
"a": "t_metal_floor",
"c": "t_metal_floor",
Expand All @@ -30,6 +29,7 @@
"c": "f_counter",
"f": "f_heavy_duty_fridge",
"l": "f_locker",
"m": "f_plane_wreckage",
"S": "f_sink",
"x": "f_console_broken",
"*": "f_wreckage"
Expand Down
5 changes: 2 additions & 3 deletions data/json/monsters/zed_fusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"bodytype": "human",
"species": [ "ZOMBIE", "HUMAN" ],
"diff": 8,
"volume": "62500 ml",
"weight": "81500 g",
"volume": "187500 ml",
"weight": "244500 g",
"hp": 112,
"speed": 60,
"material": [ "flesh" ],
Expand Down Expand Up @@ -74,7 +74,6 @@
"REVIVES",
"BILE_BLOOD",
"PUSH_MON",
"PATH_AVOID_DANGER",
"FILTHY"
],
"armor": { "bash": 5, "cut": 5, "bullet": 4, "electric": 3 }
Expand Down

0 comments on commit 8b053f0

Please sign in to comment.