Class RZSForestCamp
java.lang.Object
zombie.randomizedWorld.RandomizedWorldBase
zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
zombie.randomizedWorld.randomizedZoneStory.RZSForestCamp
public class RZSForestCamp extends RandomizedZoneStoryBase
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
RandomizedZoneStoryBase.ZoneType
-
Field Summary
Fields inherited from class zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
alwaysDo, baseChance, chance, minZoneHeight, minZoneWidth, totalChance, zoneStory, zoneType
Fields inherited from class zombie.randomizedWorld.RandomizedWorldBase
debugLine, maximumDays, minimumDays, minimumRooms, name, unique
-
Constructor Summary
Constructors Constructor Description RZSForestCamp()
-
Method Summary
Modifier and Type Method Description static java.util.ArrayList
getCoolerClutter()
static java.util.ArrayList
getFireClutter()
static java.util.ArrayList
getForestClutter()
void
randomizeZoneStory(IsoMetaGrid.Zone zone)
Methods inherited from class zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
cleanAreaForStory, getMinimumHeight, getMinimumWidth, getRandomFreeSquare, getRandomFreeSquareFullZone, initAllRZSMapChance, isValid, isValid, isValidForStory
Methods inherited from class zombie.randomizedWorld.RandomizedWorldBase
addBloodSplat, addItemOnGround, addItemOnGround, addRandomItemOnGround, addRandomItemsOnGround, addRandomItemsOnGround, addTentNorthSouth, addTentWestEast, addTileObject, addTileObject, addTrailer, addTrailOfBlood, addTraitOfBlood, addVehicle, addVehicle, addVehicle, addVehicleFlipped, addVehicleFlipped, addWeapon, addZombiesOnSquare, addZombiesOnVehicle, alignCorpseToSquare, createBodyFromZombie, createRandomDeadBody, createRandomDeadBody, createRandomDeadBody, createRandomDeadBody, createRandomDeadBody, createRandomZombie, createRandomZombie, createRandomZombieForCorpse, createSkeletonCorpse, getDebugLine, getLivingRoomOrKitchen, getMaximumDays, getName, getRandomRoom, getRandomSpawnSquare, getRandomSquareForCorpse, getRoom, getSq, is1x2AreaClear, is2x1AreaClear, is2x1or1x2AreaClear, is2x2AreaClear, isTimeValid, isUnique, removeAllVehiclesOnZone, setAttachedItem, setDebugLine, setMaximumDays, setUnique, spawnCarOnNearestNav
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RZSForestCamp
public RZSForestCamp()
-
-
Method Details
-
getForestClutter
public static java.util.ArrayList getForestClutter() -
getCoolerClutter
public static java.util.ArrayList getCoolerClutter() -
getFireClutter
public static java.util.ArrayList getFireClutter() -
randomizeZoneStory
- Overrides:
randomizeZoneStory
in classRandomizedZoneStoryBase
-