CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.26k stars 4.11k forks source link

Palisade walls are to weak, even though there meant to be a effective defensive structure! #67069

Closed Krieger1999 closed 11 months ago

Krieger1999 commented 1 year ago

Is your feature request related to a problem? Please describe.

Palisade walls are to weak compared to log house walls. Palisade walls have a min strenght value of 35, while the log wall has a min strenght value of 60, which is way to far apart, considering that palisades where commonly used as a quick, easy, cheap and strong, defence to build. but currently there are longer to build, mostly though the deep pit and also take a higher skill requirement as well, than log walls. So i wanted to change that to something that makes more sense for actuall palisades.

Solution you would like.

  1. Increase the min. strength value of the Palisade wall to 55 close to 60 from the log wall and the palisade wall with embrasure to 45 and palisade gate to 45 as well. to simulate that palisade walls are not as strong as log house walls but still very sturdy and more time and cost efficent to use for defence.
  2. Decrease the construction time from all 3 of them to 20 min. and change the requirement to to let them get build on a shallow pit and not deep pit, to further decrease there building time.
  3. Decrease the skill requirement for all 3 of them to 2 farbrication and 2 survival, to simulate, that there were easy to build.

Describe alternatives you have considered.

Alternatives would be to further adjust these values, to balance them even better. Iam open for suggestions. Another option would be adding an item tree trunk, which you would get directly out of a tree and can be also used to make a heavy wooden beam.

Additional context

{ "type": "terrain", "id": "t_palisade", "name": "palisade wall", "looks_like": "t_wall_log", "description": "An age-old type of fortification consisting of hefty lumber staked into the ground and cabled together.", "symbol": "#", "color": "brown", "move_cost": 0, "coverage": 100, "flags": [ "FLAMMABLE", "NOITEM", "SUPPORTS_ROOF", "REDUCE_SCENT", "CONNECT_WITH_WALL", "WALL", "BLOCK_WIND" ], "bash": { "str_min": 55, "str_max": 170, "sound": "crunch!", "sound_fail": "whump!", "ter_set": "t_null", "items": [ { "item": "splinter", "count": [ 10, 30 ] } ] } },``{ "type": "terrain", "id": "t_palisade_embrasure", "name": "palisade wall with embrasure", "looks_like": "t_embrasure_log", "description": "An age-old type of fortification consisting of hefty lumber staked into the ground and cabled together. This section in particular has an embrasure, so you can shoot or use reach weapons through it while staying safe.", "symbol": "o", "color": "brown", "move_cost": 0, "coverage": 90, "flags": [ "FLAMMABLE", "NOITEM", "SUPPORTS_ROOF", "CONNECT_WITH_WALL", "WALL", "MOUNTABLE", "PERMEABLE", "TRANSPARENT", "THIN_OBSTACLE" ], "bash": { "str_min": 45, "str_max": 85, "sound": "crunch!", "sound_fail": "whump!", "ter_set": "t_null", "items": [ { "item": "splinter", "count": [ 10, 30 ] } ] } },``{ "type": "terrain", "id": "t_palisade_gate", "name": "palisade gate", "description": "A large doorway consisting of long logs cabled together, best used as part of a longer wall. Can act as a door if some type of pulley system were rigged on an adjacent palisade wall.", "symbol": "+", "color": "light_red", "move_cost": 0, "coverage": 55, "flags": [ "FLAMMABLE", "NOITEM", "DOOR", "WALL", "REDUCE_SCENT", "BLOCK_WIND", "BURROWABLE" ], "bash": { "str_min": 45, "str_max": 160, "sound": "crunch!", "sound_fail": "whump!", "ter_set": "t_null", "items": [ { "item": "splinter", "count": [ 10, 20 ] } ] } },``{ "type": "construction", "id": "constr_palisade", "group": "build_palisade_wall", "category": "CONSTRUCT", "required_skills": [ [ "fabrication", 2 ], [ "survival", 2 ] ], "time": "20 m", "qualities": [ [ { "id": "DIG", "level": 2 } ] ], "components": [ [ [ "log", 3 ] ], [ [ "wire", 6 ], [ "wire_barbed", 4 ], [ "rope_6", 2 ], [ "rope_makeshift_6", 2 ], [ "chain", 1 ], [ "vine_30", 1 ] ] ], "pre_terrain": "t_pit_shallow", "post_terrain": "t_palisade" },``{ "type": "construction", "id": "constr_palisade_embrasure", "group": "build_palisade_wall_embrasure", "category": "CONSTRUCT", "required_skills": [ [ "fabrication", 2 ], [ "survival", 2 ] ], "time": "20 m", "qualities": [ [ { "id": "DIG", "level": 2 } ], [ { "id": "SAW_W", "level": 2 } ] ], "components": [ [ [ "log", 3 ] ], [ [ "wire", 6 ], [ "wire_barbed", 4 ], [ "rope_6", 2 ], [ "rope_makeshift_6", 2 ], [ "chain", 1 ], [ "vine_30", 1 ] ] ], "pre_terrain": "t_pit_shallow", "post_terrain": "t_palisade_embrasure" },``{ "type": "construction", "id": "constr_palisade_gate", "group": "build_palisade_gate", "category": "CONSTRUCT", "required_skills": [ [ "fabrication", 2 ], [ "survival", 2 ] ], "time": "20 m", "qualities": [ [ { "id": "DIG", "level": 2 } ] ], "components": [ [ [ "log", 2 ] ], [ [ "2x4", 3 ] ], [ [ "rope_makeshift_6", 2 ], [ "rope_6", 2 ], [ "vine_30", 1 ] ] ], "pre_note": "Must be between fwalls to function, and at least one wall must have an adjacent rope & pulley system.", "pre_terrain": "t_pit_shallow", "post_terrain": "t_palisade_gate" },

teapot156 commented 1 year ago

Agreed on all counts

Procyonae commented 1 year ago

So er... palisades are made with 3 logs each rn which doesn't sound that bad, except they're only 140cm long and remembering alot of that is going underground the palisade would be a short fence at best, don't know the best way around it the only longer things we have are beams https://cdda-guide.nornagon.net/item/wood_beam and long poles/planks which are made from beams but beams take 2 logs and either a long time or electric tools to craft which rather defeats the purpose

Krieger1999 commented 1 year ago

So er... palisades are made with 3 logs each rn which doesn't sound that bad, except they're only 140cm long and remembering alot of that is going underground the palisade would be a short fence at best, don't know the best way around it the only longer things we have are beams https://cdda-guide.nornagon.net/item/wood_beam and long poles/planks which are made from beams but beams take 2 logs and either a long time or electric tools to craft which rather defeats the purpose

Yes but log walls also only use 4 logs and have to fill the same space as the palisade wall anyway. If both use a shallow pit and like 4 logs than it should be fine. There are a lot of recipes, who do not realy add up right now. The stone wall for example, with just 24 stones, who have just a volume of 6l! Its just about comparision at this point. The log wall has this kind of strength and build requirements, so the pallisade wall needs to have this kind of requirements and strength. Going to much into detail, would not lead to anything right now.

Procyonae commented 1 year ago

How is that relevant, neither log walls nor palisades should use pits as I explained on the discord, pits are 1x1m square holes, shallow is a pitiful 25cm deep while the pit is 175cm deep, neither suitable for putting logs into. Palisades should have digging costs inbuilt to their construction and log walls could do the same or use a fence post as a base bc they just need something to brace against. 3 vs 4 logs isn't my argument, a log wall is logs stacked horizontally braced to logs in the ground so they only need to be 1m long to fit the tile, palisades are upright logs all wedged in the ground so they'd be less than the height of 1 log and 140cm is already too small for a wall. Just bc other things don't make sense doesn't mean we should add more.

Krieger1999 commented 1 year ago

How is that relevant, neither log walls nor palisades should use pits as I explained on the discord, pits are 1x1m square holes, shallow is a pitiful 25cm deep while the pit is 175cm deep, neither suitable for putting logs into. Palisades should have digging costs inbuilt to their construction and log walls could do the same or use a fence post as a base bc they just need something to brace against. 3 vs 4 logs isn't my argument, a log wall is logs stacked horizontally braced to logs in the ground so they only need to be 1m long to fit the tile, palisades are upright logs all wedged in the ground so they'd be less than the height of 1 log and 140cm is already too small for a wall. Just bc other things don't make sense doesn't mean we should add more.

I just mean that if both use a shallow pit, than the log, which should have a height of 14dm and length of 1.89dm and width of 1.89dm, because of 1.89dm×1.89dm×14dm = 50dm^3 which is 50l

Then the log wall would have a total heigth of 4x1.89dm - 2.5dm = 5.06dm The palisade wall would have a height of 14dm - 2.5dm = 11.5dm, which would be way taller then 5.06dm! So the palisade wall is actually the one who is more like a real wall right now. But would only be 5.67dm width right now in comparision to the log wall, who would be 14dm width! Do you see how messed up these values are?! 😆

But yeah your right. We just need a new item. A tree trunk, which you would get directly out of a tree.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.