kaptain-kavern / CK_AnimalPlant_Pack

This mod alter the tropical rainforest biome : it add a significant amount of new animals and plants to the game and increase fauna and flora diversity.
https://ludeon.com/forums/index.php?topic=33296
6 stars 4 forks source link

[Tropical Biome]Animals to add #1

Open kaptain-kavern opened 8 years ago

kaptain-kavern commented 8 years ago
lpCoercion commented 8 years ago

looks good :)

Can you please check out the checklist issue?

https://github.com/kaptain-kavern/CK_AnimalPlant_Pack/issues/2#issuecomment-250930615

lpCoercion commented 8 years ago

Rhino Horn: rhinohorn Gazelle Horn: gazellehorn Ibex Horn: ibexhorn Caribou Antler: caribouhorn Deer Antler: deerhorn Elk Antler: elkhorn

kaptain-kavern commented 8 years ago

Ok they're all in now :wink: with the new modded bodydefs (one for animal with horns and another for animal with antlers) and the code for the items are in _ItemsExotic.xml (https://github.com/kaptain-kavern/CK_AnimalPlant_Pack/commits/dev)

Imgur

Animal horn/antler Damage Cooldown Price
Rhino 15 dmg 2.4sec 450 silver
Gazelle 10 dmg 1.8sec 200 silver
Bongo 12 dmg 2sec 250 silver
Ibex 14 dmg 2.2sec 100 silver
Deer 10 dmg 2sec 100 silver
Elk 12 dmg 2.2sec 150 silver
Caribou 15 dmg 2.4sec 250 silver
lpCoercion commented 8 years ago

awesome :)

lpCoercion commented 8 years ago

have eggs been added to the peafowl and junglefowl?

also, in game I noticed that a peahen had a junglefowl texture

kaptain-kavern commented 8 years ago

Yes, eggs definitions are located in Items_Resource_Eggs.xml.

For the junglefowl/peahen it's weird, I double checked and all seems well defined. But I thought maybe I named wrongly some of the lifestages and/or gender.

Here is what I've done (tell me if anything is wrong or to be changed)

<Defname> <Label> <labelMale> <labelFemale> young animal <label>
Peafowl peafowl peacock peahen peachick
Junglefowl junglefowl jungle peacock jungle peahen jungle peachick

Ho and also, the young ones are using the vanilla texture for chicks too. I tried to reflect the fact that IRL all chicks look the same and it's as they grow that their distinctive color take place. I can reverse that and make it that for all lifestage it's the adult texture used (maybe it was that you saw?)

lpCoercion commented 8 years ago

ah yea. I think I saw jungle "peahen".

maybe to avoid confusions call the junglefowl: junglefowl (male)/ jungle hen (female)

kaptain-kavern commented 8 years ago

Will do Done :+1:


In the mean time ... how about that !?!?!? Imgur

A Dog Said compatibility patch

lpCoercion commented 8 years ago

that is awesome :D

kaptain-kavern commented 8 years ago

quick note : I don't know if you have play with the on-going version, but Chinchilla seems too numerous. Maybe 2.5 is a bit high

lpCoercion commented 8 years ago

yeah.

I think that the okapis may be a bit to common too?

lpCoercion commented 8 years ago

I will probably make a new texture for the cobra next release. is it possible to add a cobra venom too?

kaptain-kavern commented 8 years ago

Yep. Can do. No problems. Vanilla snakes already have poisoning bites so I can easily use or duplicate this effect

lpCoercion commented 8 years ago

I think pandas are way too common (should go from .3 to like .02)

lpCoercion commented 8 years ago

Junglehen

junglehen_back

junglehen_front

junglehen_side

Cobra retexture

cobra_back

cobra_front

cobra_side

kaptain-kavern commented 8 years ago

OK also added. For the cobra, all I have to do is "change" Vanilla textures by this one? We don't change any defs, right?

I very much like it BTW ;-)


Imgur | Imgur

lpCoercion commented 8 years ago

looks good :)

Yeah. we are just replacing the vanilla texture.

lpCoercion commented 8 years ago

retexture of the monkey:

monkey_front

monkey_side

monkey_back

And, yea. I know that the perspective is off on these, but it is how it was done in the vanilla texture and I dont really want to spend a bunch of time re-angling theses lol

I think the monkey should be very common and live in groups

kaptain-kavern commented 8 years ago

Imgur

Just retexturing. Should we edit their defs too ?

Here are the Vanilla value

  <ThingDef ParentName="AnimalThingBase">
    <defName>Monkey</defName>
    <label>monkey</label>
    <statBases>
      <MoveSpeed>4.84</MoveSpeed>
      <ComfyTemperatureMin>-5</ComfyTemperatureMin>
      <MarketValue>300</MarketValue>
    </statBases>
    <race>
      <body>Monkey</body>
      <petness>0.25</petness>
      <baseBodySize>0.35</baseBodySize>
      <baseHungerRate>0.25</baseHungerRate>
      <baseHealthScale>0.45</baseHealthScale>
      <foodType>OmnivoreRoughAnimal</foodType>
      <leatherLabel>monkeyhide</leatherLabel>
      <leatherColor>(124,53,29)</leatherColor>
      <leatherInsulation>0.75</leatherInsulation>
      <trainableIntelligence>Advanced</trainableIntelligence>
      <wildness>0.60</wildness>
      <nuzzleMtbHours>72</nuzzleMtbHours>
      <gestationPeriodDays>16</gestationPeriodDays>
      <lifeExpectancy>30</lifeExpectancy>
    </race>
  </ThingDef>

  <PawnKindDef ParentName="AnimalKindBase">
    <defName>Monkey</defName>
    <label>monkey</label>
    <race>Monkey</race>
    <combatPower>35</combatPower>
    <wildSpawn_spawnWild>true</wildSpawn_spawnWild>
    <wildSpawn_EcoSystemWeight>0.9</wildSpawn_EcoSystemWeight>
    <wildSpawn_GroupSizeRange>
      <min>3</min>
      <max>7</max>
    </wildSpawn_GroupSizeRange>
  </PawnKindDef>

Maybe add the "herd animal" tag?

lpCoercion commented 8 years ago

looks good :) yeah lets add herd value

kaptain-kavern commented 8 years ago

Done :+1: c0e3a3798d829bcede9e7ecc73d43ae64ff699e1