Class RZSMusicFestStage
java.lang.Object
zombie.randomizedWorld.RandomizedWorldBase
zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
zombie.randomizedWorld.randomizedZoneStory.RZSMusicFestStage
public class RZSMusicFestStage 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 RZSMusicFestStage()
-
Method Summary
Modifier and Type Method Description 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
-
RZSMusicFestStage
public RZSMusicFestStage()
-
-
Method Details
-
randomizeZoneStory
- Overrides:
randomizeZoneStory
in classRandomizedZoneStoryBase
-