cataclysmbnteam / Cataclysm-BN

Cataclysm: Bright Nights, A fork/variant of Cataclysm:DDA by CleverRaven.
https://docs.cataclysmbn.org
Other
662 stars 260 forks source link

Add animals from domestic list to wilderness spawns in innawoods mod #5292

Open cheesealmighty opened 2 weeks ago

cheesealmighty commented 2 weeks ago

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

There is currently no way of obtaining domestic animals in innawoods mod.

Describe the solution you'd like

Add animals in the domestic list to wilderness spawns, so they can be found in the wild in innawoods.

      { "monster": "mon_chicken", "freq": 50, "cost_multiplier": 10, "pack_size": [ 1, 16 ] },
      { "monster": "mon_cow", "freq": 50, "cost_multiplier": 25, "pack_size": [ 1, 8 ] },
      { "monster": "mon_horse", "freq": 50, "cost_multiplier": 25, "pack_size": [ 1, 4 ] },
      { "monster": "mon_pig", "freq": 10, "cost_multiplier": 25, "pack_size": [ 1, 6 ] },
      { "monster": "mon_pig", "freq": 10, "cost_multiplier": 25, "ends": 72, "pack_size": [ 1, 6 ] },
      { "monster": "mon_pig", "freq": 10, "cost_multiplier": 25, "ends": 168, "pack_size": [ 1, 6 ] },
      { "monster": "mon_pig", "freq": 10, "cost_multiplier": 25, "ends": 672, "pack_size": [ 1, 6 ] },
      { "monster": "mon_pig", "freq": 10, "cost_multiplier": 25, "ends": 2160, "pack_size": [ 1, 6 ] },
      { "monster": "mon_sheep", "freq": 50, "cost_multiplier": 25, "pack_size": [ 1, 12 ] },

Additional context

No response

scarf005 commented 2 weeks ago

minor tip: triple backtick to note a code block.

RoyalFox2140 commented 2 weeks ago

Main thing I discussed on the Discord and with @Zlorthishen Was if this deserves to be an innawoods mod feature or a main feature, given balance and other concerns. It's confirmed we're going to do something about it though.