PDA

View Full Version : Animal spawners question


aUserName
25th Oct 2011, 09:23 AM
Does anyone know which spawners are for which animals? I’m trying to populate certain lots with particular small animals, but they’re only labeled 1-4. Also, how often do they spawn something?

Aishia Trueman
21st Mar 2012, 11:18 AM
I would also like an answer.

Shimrod101
21st Mar 2012, 05:35 PM
SnakeSpawner1<Spawns>
SnakeGarter,
SnakeEmeraldTeaBoa,
SnakeMiniPython

SnakeSpawner2<Spawns>
SnakeSanFranciscoGarter,
SnakeMalayanKrait,
SnakeYellowChondroPython,
SnakeScarletKing

SnakeSpawner3<Spawns>
SnakeSanFranciscoGarter,
SnakeMalayanKrait,
SnakeYellowChondroPython,
SnakeScarletKing

SnakeSpawner4<Spawns>
SnakeScarletKing,
SnakeIridescentShieldtail

RodentSpawner1<Spawns>
RodentRat,
RodentWomrat,
RodentBabySquirrel

RodentSpawner2<Spawns>
RodentChipmonk,
RodentShrew,
RodentPygmieHedgehog

RodentSpawner3<Spawns>
RodentChipmonk,
RodentShrew,
RodentPygmieHedgehog

RodentSpawner4<Spawns>
RodentPygmieHedgehog,
RodentChinchilla

TurtleSpawner1<Spawns>
TurtleRedEaredSlider,
TurtleWesternPainted,
TurtleEasternBox

TurtleSpawner2<Spawns>
TurtleIndianRoofed,
TurtleBarboursMap,
TurtleAlligatorSnapping,
TurtlePygmyTortoise

TurtleSpawner3<Spawns>
TurtleIndianRoofed,
TurtleBarboursMap,
TurtleAlligatorSnapping,
TurtlePygmyTortoise

TurtleSpawner4<Spawns>
TurtlePygmyTortoise,
TurtleSpiny

LizardSpawner1<Spawns>
LizardGreenIguana,
LizardTokyoGecko,
LizardAnole

LizardSpawner2<Spawns>
LizardRedHeadedRockAgama,
LizardPygmyKomodoDragon,
LizardTexasSpiny,
LizardChameleon

LizardSpawner3<Spawns>
LizardRedHeadedRockAgama,
LizardPygmyKomodoDragon,
LizardTexasSpiny,
LizardChameleon

LizardSpawner4<Spawns>
LizardChameleon,
LizardAncientDragon

BirdSmallSpawner1<Spawns>
BirdParakeet,
BirdGoldfinch,
BirdPidgeon

BirdSmallSpawner2<Spawns>
BirdCardinal,
BirdNuthatch,
BirdEasterBluebird

BirdSmallSpawner3<Spawns>
BirdCardinal,
BirdNuthatch,
BirdEasterBluebird

BirdSmallSpawner4<Spawns>
BirdEasterBluebird,
BirdLilacBreastedRoller

BirdLargeSpawner1<Spawns>
BirdCockatoo,
BirdCongoAfricanGray,
BirdBlueGoldMacaw

BirdLargeSpawner2<Spawns>
BirdCatalinaMacaw,
BirdCrow,
BirdYellowNapedAmazon,
BirdFalcon

BirdLargeSpawner3<Spawns>
BirdCatalinaMacaw,
BirdCrow,
BirdYellowNapedAmazon,
BirdFalcon

BirdLargeSpawner4<Spawns>
BirdFalcon,
BirdSpottedSixam

After collection of the critter the spawner can spawn the next day, but there is only a 50% chance of the spawn occurring; possibly this is what causes this 1-3 days general rule on the other spawners, the butterflies, gems etc. So it may take a couple days for these new ones to spawn also.

simsample
21st Mar 2012, 06:00 PM
Thanks for that, Shimrod!

I think some of the other spawners, seed, gem etc., also spawn small animals/ birds too.

DaCruikshanks
21st Mar 2012, 10:02 PM
The seed and gem spawners have a set chance to spawn an animal when they spawn (which can be changed with a tuning mod).

In the Gameplay Data package, there are lines like this one where you can see what the spawn rate of minor pets from a seed/gem/ bug spawner is:

<kChanceForeignInsectSpawnerSpawnsPet value="0.75">
<!--Range 0.0 - 1.0. The chance a foreign insect spawner will attempt to spawn a minor pet instead of the normally spawned objects.-->
</kChanceForeignInsectSpawnerSpawnsPet>

I made this one really high (75%) to try and get more critters in the worlds. Turns out it's more complicated than that...