Winsyrstrife
Refugee
Does the invisibleAnimal property work with the other values within a group?
Meaning, is InvisibleAnimal part of a value that should add up to 100 within an entitygroup? Or does it work independently?
Based on the code below:
Spawn wildgame > whatever wildgame spawns has a 50% chance to spawn invisible. Is that an accurate analysis?
Also, I notice that wolves are included in the WildGameForest group and EnemyAnimalsForest group. Does this mean they should spawn docile during the day?
Meaning, is InvisibleAnimal part of a value that should add up to 100 within an entitygroup? Or does it work independently?
Based on the code below:
Spawn wildgame > whatever wildgame spawns has a 50% chance to spawn invisible. Is that an accurate analysis?
Also, I notice that wolves are included in the WildGameForest group and EnemyAnimalsForest group. Does this mean they should spawn docile during the day?
Code:
<entitygroup name="WildGameForest">
<entity name="invisibleAnimal" prob="50"/>
<entity name="animalRabbit" prob="48"/>
<entity name="animalChicken" prob="48"/>
<entity name="animalBoar" prob="1"/>
<entity name="animalStag" prob="1"/>
<entity name="animalDoe" prob="1"/>
<entity name="animalWolf" prob="1"/>
</entitygroup>