Initial changes:
- knockout debuff proc nerfed from 90% to 30% - siren buffed to be more boss-like - MutatedTitan split into blood moon titan and wandering horde MegaTitan - Wandering hordes now spawn much more frequently and only for 3 days per week
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</gs>
|
||||
|
||||
<gs min="100" countIncPerGS="0.02">
|
||||
<entity biomes="wasteland,burnt_forest" name="animalZombieBear" minCount="1" maxCount="7"/>
|
||||
<entity time="night" biomes="wasteland,burnt_forest" name="animalZombieBear" minCount="1" maxCount="7"/>
|
||||
</gs>
|
||||
</hordegroup>
|
||||
|
||||
@@ -69,12 +69,16 @@
|
||||
|
||||
<hordegroup name="Zombies">
|
||||
<!-- Standard Zombies -->
|
||||
<gs max="100" countIncPerGS="0.417" countDecGS="48" countDecPerPostGS="0.417">
|
||||
<gs min="15" max="75">
|
||||
<gs max="165" countIncPerGS="0.417" countDecGS="48" countDecPerPostGS="0.18">
|
||||
<gs min="35">
|
||||
<entity name="zombieScreamer" chance="0.1" minCount="1" maxCount="1"/>
|
||||
</gs>
|
||||
|
||||
<entity group="ZombiesAll" minCount="3" maxCount="20"/>
|
||||
<entity time="day" biomes="wasteland" group="ZombiesWasteland" minCount="3" maxCount="20"/>
|
||||
<entity time="night" biomes="wasteland" group="ZombiesWastelandNight" minCount="3" maxCount="20"/>
|
||||
|
||||
<entity time="day" biomes="pine_forest,snow,desert,burnt_forest" group="ZombiesAll" minCount="3" maxCount="20"/>
|
||||
<entity time="night" biomes="pine_forest,snow,desert,burnt_forest" group="ZombiesNight" minCount="3" maxCount="20"/>
|
||||
</gs>
|
||||
|
||||
<!-- Example of GS
|
||||
@@ -82,38 +86,52 @@
|
||||
at GS400 start decreasing spawn count by 0.1 per GS after 400,
|
||||
then cease any remaining spawns at GS700.-->
|
||||
<!-- Feral Zombies -->
|
||||
<gs min="50" max="375" countIncPerGS="0.18" countDecGS="160" countDecPerPostGS="0.18">
|
||||
<gs min="75" max="250">
|
||||
<gs min="1" max="285" countIncPerGS="0.18" countDecGS="165" countDecPerPostGS="0.18">
|
||||
<gs min="100">
|
||||
<entity name="zombieScreamerFeral" chance="0.2" minCount="1" maxCount="1"/>
|
||||
</gs>
|
||||
|
||||
<entity group="IHZombiesAllFeral" minCount="1" maxCount="20"/>
|
||||
<entity time="day" biomes="wasteland" group="IHZombiesAllFeralWasteland" minCount="1" maxCount="20"/>
|
||||
<entity time="night" biomes="wasteland" group="ZombiesWastelandNight" minCount="1" maxCount="20"/>
|
||||
|
||||
<entity time="day" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllFeral" minCount="10" maxCount="20"/>
|
||||
<entity time="night" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllFeralNight" minCount="1" maxCount="20"/>
|
||||
|
||||
<entity time="day" group="MegaTitanHorde" minCount="1" maxCount="1"/>
|
||||
</gs>
|
||||
|
||||
<gs min="150" countIncPerGS="0.02">
|
||||
<entity time="day" group="MegaTitanHorde" minCount="2" maxCount="6"/>
|
||||
</gs>
|
||||
|
||||
<!-- Radiated Zombies -->
|
||||
<gs min="166" countIncPerGS="0.18">
|
||||
<gs min="250">
|
||||
<gs min="165" countIncPerGS="0.18">
|
||||
<gs min="195">
|
||||
<entity name="zombieScreamerRadiated" chance="0.25" minCount="1" maxCount="1"/>
|
||||
</gs>
|
||||
|
||||
<entity group="IHZombiesAllRadiated" minCount="1" maxCount="40"/>
|
||||
<entity time="day" biomes="wasteland" group="IHZombiesAllRadiatedWasteland" minCount="1" maxCount="40"/>
|
||||
<entity time="night" biomes="wasteland" group="IHZombiesAllRadiatedWastelandNight" minCount="1" maxCount="40"/>
|
||||
|
||||
<entity time="day" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllRadiated" minCount="1" maxCount="40"/>
|
||||
<entity time="night" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllRadiatedNight" minCount="1" maxCount="40"/>
|
||||
</gs>
|
||||
</hordegroup>
|
||||
|
||||
<hordegroup name="Stags" weight="0.75" parent="Farm" maxWeeklyOccurrences="1">
|
||||
<entity biomes="pine_forest,snow" name="animalStag" minCount="1" maxCount="2"/>
|
||||
<entity biomes="pine_forest,snow" name="animalDoe" minCount="1" maxCount="1"/>
|
||||
<entity time="day" biomes="pine_forest,snow" name="animalStag" minCount="1" maxCount="2"/>
|
||||
<entity time="day" biomes="pine_forest,snow" name="animalDoe" minCount="1" maxCount="1"/>
|
||||
</hordegroup>
|
||||
|
||||
<hordegroup name="Boars" weight="0.75" parent="Farm" maxWeeklyOccurrences="1">
|
||||
<entity biomes="pine_forest" name="animalBoar" minCount="1" maxCount="2"/>
|
||||
<entity time="day" biomes="pine_forest" name="animalBoar" minCount="1" maxCount="2"/>
|
||||
</hordegroup>
|
||||
|
||||
<hordegroup name="Farm" weight="0.5" maxWeeklyOccurrences="1">
|
||||
<entity horde="wandering" group="Stags" maxCount="2"/>
|
||||
<entity horde="wandering" group="Boars" maxCount="2"/>
|
||||
<entity name="animalChicken" minCount="2" maxCount="3"/>
|
||||
<entity name="animalRabbit" minCount="1" maxCount="2"/>
|
||||
<entity time="day" biomes="pine_forest,snow" horde="wandering" group="Stags" maxCount="2"/>
|
||||
<entity time="day" biomes="pine_forest" horde="wandering" group="Boars" maxCount="2"/>
|
||||
<entity time="day" biomes="pine_forest,snow,desert" name="animalChicken" minCount="2" maxCount="3"/>
|
||||
<entity time="day" biomes="pine_forest,snow,desert" name="animalRabbit" minCount="1" maxCount="2"/>
|
||||
</hordegroup>
|
||||
</horde>
|
||||
|
||||
@@ -121,32 +139,32 @@
|
||||
<horde type="scouts">
|
||||
<hordegroup name="ScreamerScout" weight="0.75">
|
||||
<!-- Standard Screamer -->
|
||||
<gs min="25" max="75">
|
||||
<gs min="15" max="75">
|
||||
<entity name="zombieScreamer" minCount="1" maxCount="1"/>
|
||||
</gs>
|
||||
|
||||
<!-- Feral Screamer Scout -->
|
||||
<gs min="76" max="250">
|
||||
<gs min="75" max="165">
|
||||
<entity name="zombieScreamerFeral" minCount="1" maxCount="1"/>
|
||||
</gs>
|
||||
|
||||
<!-- Radiated Screamer Scout -->
|
||||
<gs min="251">
|
||||
<gs min="165">
|
||||
<entity name="zombieScreamerRadiated" minCount="1" maxCount="1"/>
|
||||
</gs>
|
||||
</hordegroup>
|
||||
|
||||
<!-- Classic spider zombie trio -->
|
||||
<hordegroup name="SpiderScouts" weight="0.25">
|
||||
<gs min="25" max="100" countIncPerGS="0.042">
|
||||
<gs min="15" max="100" countIncPerGS="0.042">
|
||||
<entity name="zombieSpider" minCount="1" maxCount="3"/>
|
||||
</gs>
|
||||
|
||||
<gs min="101" max="250" countIncPerGS="0.035">
|
||||
<gs min="100" max="185" countIncPerGS="0.0375">
|
||||
<entity name="zombieSpiderFeral" minCount="1" maxCount="3"/>
|
||||
</gs>
|
||||
|
||||
<gs min="251" countIncPerGS="0.03">
|
||||
<gs min="185" countIncPerGS="0.03">
|
||||
<entity name="zombieSpiderRadiated" minCount="1" maxCount="3"/>
|
||||
</gs>
|
||||
</hordegroup>
|
||||
@@ -155,28 +173,44 @@
|
||||
<!-- Scout horde spawned by scouts -->
|
||||
<horde type="scout">
|
||||
<hordegroup name="Zombies">
|
||||
<gs min="25" max="200" countIncPerGS="0.075" countDecGS="151" countDecPerPostGS="0.075">
|
||||
<gs min="50">
|
||||
<entity horde="scouts" chance="0.1"/> <!-- Entity types allow you to integrate other hordes into different hordes -->
|
||||
</gs>
|
||||
|
||||
<entity group="ZombiesAll" minCount="2" maxCount="8"/>
|
||||
<gs min="35" max="50">
|
||||
<entity horde="scouts" chance="0.1"/>
|
||||
</gs>
|
||||
<gs min="50" max="100">
|
||||
<entity horde="scouts" chance="0.2"/>
|
||||
</gs>
|
||||
<gs min="100" max="150">
|
||||
<entity horde="scouts" chance="0.3"/>
|
||||
</gs>
|
||||
<gs min="150" max="200">
|
||||
<entity horde="scouts" chance="0.4"/>
|
||||
</gs>
|
||||
<gs min="200">
|
||||
<entity horde="scouts" chance="0.5"/>
|
||||
</gs>
|
||||
|
||||
<gs min="15" max="180" countIncPerGS="0.2" countDecGS="75" countDecPerPostGS="0.075">
|
||||
<entity time="day" biomes="wasteland" group="ZombiesWasteland" minCount="2" maxCount="8"/>
|
||||
<entity time="night" biomes="wasteland" group="ZombiesWastelandNight" minCount="2" maxCount="8"/>
|
||||
|
||||
<entity time="day" biomes="pine_forest,snow,desert,burnt_forest" group="ZombiesAll" minCount="2" maxCount="8"/>
|
||||
<entity time="night" biomes="pine_forest,snow,desert,burnt_forest" group="ZombiesNight" minCount="2" maxCount="8"/>
|
||||
</gs>
|
||||
|
||||
<gs min="151" max="400" countIncPerGS="0.075" countDecGS="301" countDecPerPostGS="0.075">
|
||||
<gs min="175">
|
||||
<entity horde="scouts" chance="0.25"/>
|
||||
</gs>
|
||||
<gs min="75" max="285" countIncPerGS="0.075" countDecGS="180" countDecPerPostGS="0.075">
|
||||
<entity time="day" biomes="wasteland" group="IHZombiesAllFeralWasteland" minCount="2" maxCount="8"/>
|
||||
<entity time="night" biomes="wasteland" group="ZombiesWastelandNight" minCount="2" maxCount="8"/>
|
||||
|
||||
<entity group="IHZombiesAllFeral" minCount="2" maxCount="8"/>
|
||||
<entity time="day" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllFeral" minCount="2" maxCount="8"/>
|
||||
<entity time="night" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllFeralNight" minCount="2" maxCount="8"/>
|
||||
</gs>
|
||||
|
||||
<gs min="301" countIncPerGS="0.075">
|
||||
<gs min="301">
|
||||
<entity horde="scouts" chance="0.5"/>
|
||||
</gs>
|
||||
<gs min="180" countIncPerGS="0.075">
|
||||
<entity time="day" biomes="wasteland" group="IHZombiesAllRadiatedWasteland" minCount="1" maxCount="10"/>
|
||||
<entity time="night" biomes="wasteland" group="IHZombiesAllRadiatedWastelandNight" minCount="1" maxCount="10"/>
|
||||
|
||||
<entity group="IHZombiesAllRadiated" minCount="1" maxCount="10"/>
|
||||
<entity time="day" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllRadiated" minCount="1" maxCount="10"/>
|
||||
<entity time="night" biomes="pine_forest,snow,desert,burnt_forest" group="IHZombiesAllRadiatedNight" minCount="1" maxCount="10"/>
|
||||
</gs>
|
||||
</hordegroup>
|
||||
</horde>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<improved_hordes>
|
||||
<max_alive_per_horde_player>8</max_alive_per_horde_player> <!-- -1 to disable. -->
|
||||
<max_alive_per_horde_player>10</max_alive_per_horde_player> <!-- -1 to disable. -->
|
||||
|
||||
<wandering_horde>
|
||||
<horde_player_group_dist>400</horde_player_group_dist> <!-- All players within 400m will be grouped together to calculate spawned horde gamestages. -->
|
||||
@@ -8,17 +8,18 @@
|
||||
<days_per_wandering_week>7</days_per_wandering_week>
|
||||
|
||||
<hrs_in_week_to_first_occurrence>0</hrs_in_week_to_first_occurrence>
|
||||
<hrs_in_week_for_last_occurrence_max>156</hrs_in_week_for_last_occurrence_max> <!-- 6 * 24 + 12 or Day 7 12:00 pm -->
|
||||
<min_hrs_between_occurrences>6</min_hrs_between_occurrences>
|
||||
<hrs_in_week_for_last_occurrence_max>72</hrs_in_week_for_last_occurrence_max> <!-- 6 * 24 + 12 or Day 7 12:00 pm -->
|
||||
<min_hrs_between_occurrences>0</min_hrs_between_occurrences>
|
||||
|
||||
<min_occurrences>6</min_occurrences>
|
||||
<max_occurrences>8</max_occurrences>
|
||||
<min_occurrences>12</min_occurrences>
|
||||
<max_occurrences>24</max_occurrences>
|
||||
|
||||
<feral_horde_chance>0.5</feral_horde_chance> <!-- 0.5 means 50% chance, range from 0.0 to 1.0 -->
|
||||
<feral_horde_chance>0.35</feral_horde_chance> <!-- 0.5 means 50% chance, range from 0.0 to 1.0 -->
|
||||
</schedule>
|
||||
</wandering_horde>
|
||||
<scout_horde>
|
||||
<chunk_radius>4</chunk_radius> <!-- Notify scouts near these certain chunks, and group players for difficulty by distance using chunk_radius * 16 (chunk size) -->
|
||||
<feral_horde_chance_multiplier>1.0</feral_horde_chance_multiplier> <!-- 1.0 for default difficulty scaling from 0 to 75% chance at gamestage 540 -->
|
||||
<max_scout_hordes_active_per_player_group>3</max_scout_hordes_active_per_player_group> <!-- Scouts can call up to 3 hordes maximum at a location at a time. -->
|
||||
</scout_horde>
|
||||
</improved_hordes>
|
||||
@@ -1,10 +1,56 @@
|
||||
<ihhordes>
|
||||
<append xpath="/entitygroups">
|
||||
<entitygroup name="IHZombiesAllFeral">
|
||||
<entitygroup name="IHZombiesAllFeral">
|
||||
<entity name="zombieBoeFeral"/>
|
||||
<entity name="zombieJoeFeral"/>
|
||||
<entity name="zombieSteveFeral"/>
|
||||
<entity name="zombieTomClarkFeral"/>
|
||||
<entity name="zombieMoeFeral"/>
|
||||
<entity name="zombieYoFeral"/>
|
||||
<entity name="zombieBusinessManFeral"/>
|
||||
<entity name="zombieArleneFeral"/>
|
||||
<entity name="zombieDarleneFeral"/>
|
||||
<entity name="zombieMarleneFeral"/>
|
||||
<entity name="zombieSkateboarderFeral"/>
|
||||
<entity name="zombieBikerFeral" prob="0.3"/>
|
||||
<entity name="zombiePartyGirlFeral" prob="0.3"/>
|
||||
<entity name="zombieUtilityWorkerFeral" prob="0.3"/>
|
||||
<entity name="zombieJanitorFeral" prob="0.2"/>
|
||||
<entity name="zombieNurseFeral" prob="0.3"/>
|
||||
<entity name="zombieLabFeral" prob="0.3"/>
|
||||
<entity name="zombieSteveCrawlerFeral"/>
|
||||
<entity name="zombieFatHawaiianFeral" prob="0.3"/>
|
||||
<entity name="zombieFemaleFatFeral" prob="0.3"/>
|
||||
</entitygroup>
|
||||
|
||||
<entitygroup name="IHZombiesAllRadiated">
|
||||
<entity name="zombieBoeRadiated"/>
|
||||
<entity name="zombieJoeRadiated"/>
|
||||
<entity name="zombieSteveRadiated"/>
|
||||
<entity name="zombieTomClarkRadiated"/>
|
||||
<entity name="zombieMoeRadiated"/>
|
||||
<entity name="zombieYoRadiated"/>
|
||||
<entity name="zombieBusinessManRadiated"/>
|
||||
<entity name="zombieArleneRadiated"/>
|
||||
<entity name="zombieDarleneRadiated"/>
|
||||
<entity name="zombieMarleneRadiated"/>
|
||||
<entity name="zombieSkateboarderRadiated"/>
|
||||
<entity name="zombieBikerRadiated" prob="0.3"/>
|
||||
<entity name="zombiePartyGirlRadiated" prob="0.3"/>
|
||||
<entity name="zombieUtilityWorkerRadiated" prob="0.3"/>
|
||||
<entity name="zombieJanitorRadiated" prob="0.2"/>
|
||||
<entity name="zombieNurseRadiated" prob="0.3"/>
|
||||
<entity name="zombieLabRadiated" prob="0.3"/>
|
||||
<entity name="zombieFatHawaiianRadiated" prob="0.3"/>
|
||||
<entity name="zombieFemaleFatRadiated" prob="0.3"/>
|
||||
</entitygroup>
|
||||
|
||||
<entitygroup name="IHZombiesAllFeralNight">
|
||||
<entity name="zombieSpiderFeral"/>
|
||||
<entity name="zombieBoeFeral"/>
|
||||
<entity name="zombieJoeFeral"/>
|
||||
<entity name="zombieSteveFeral"/>
|
||||
<entity name="zombieTomClarkFeral"/>
|
||||
<entity name="zombieMoeFeral"/>
|
||||
<entity name="zombieYoFeral"/>
|
||||
<entity name="zombieBusinessManFeral"/>
|
||||
@@ -12,27 +58,96 @@
|
||||
<entity name="zombieDarleneFeral"/>
|
||||
<entity name="zombieMarleneFeral"/>
|
||||
<entity name="zombieNurseFeral"/>
|
||||
<entity name="zombieFatHawaiianFeral"/>
|
||||
<entity name="zombieSteveCrawlerFeral"/>
|
||||
<entity name="zombieFemaleFatFeral"/>
|
||||
<entity name="zombieJanitorFeral"/>
|
||||
<entity name="zombieLabFeral"/>
|
||||
<entity name="zombieFatHawaiianFeral"/>
|
||||
</entitygroup>
|
||||
|
||||
<entitygroup name="IHZombiesAllRadiated">
|
||||
<entitygroup name="IHZombiesAllFeralWasteland">
|
||||
<entity name="zombieMutatedFeral" prob="2"/>
|
||||
<entity name="zombieSpiderFeral" prob="2"/>
|
||||
<entity name="zombieBoeFeral"/>
|
||||
<entity name="zombieJoeFeral"/>
|
||||
<entity name="zombieSteveFeral"/>
|
||||
<entity name="zombieTomClarkFeral"/>
|
||||
<entity name="zombieMoeFeral"/>
|
||||
<entity name="zombieYoFeral"/>
|
||||
<entity name="zombieBusinessManFeral"/>
|
||||
<entity name="zombieArleneFeral"/>
|
||||
<entity name="zombieDarleneFeral"/>
|
||||
<entity name="zombieMarleneFeral"/>
|
||||
<entity name="zombieNurseFeral"/>
|
||||
<entity name="zombieSteveCrawlerFeral"/>
|
||||
<entity name="zombieFemaleFatFeral" prob="2"/>
|
||||
<entity name="zombieFatCopFeral" prob="2"/>
|
||||
<entity name="zombieBurntFeral" prob="2"/>
|
||||
<entity name="zombieMaleHazmatFeral" prob="2"/>
|
||||
<entity name="zombieFatHawaiianFeral" prob="2"/>
|
||||
<entity name="zombieSoldierFeral" prob="2"/>
|
||||
</entitygroup>
|
||||
|
||||
<entitygroup name="IHZombiesAllRadiatedWasteland">
|
||||
<entity name="zombieMutatedRadiated" prob="2"/>
|
||||
<entity name="zombieSpiderRadiated" prob="2"/>
|
||||
<entity name="zombieBoeRadiated"/>
|
||||
<entity name="zombieJoeRadiated"/>
|
||||
<entity name="zombieSteveRadiated"/>
|
||||
<entity name="zombieTomClarkRadiated"/>
|
||||
<entity name="zombieMoeRadiated"/>
|
||||
<entity name="zombieYoRadiated"/>
|
||||
<entity name="zombieBusinessManRadiated"/>
|
||||
<entity name="zombieArleneRadiated"/>
|
||||
<entity name="zombieDarleneRadiated"/>
|
||||
<entity name="zombieMarleneRadiated"/>
|
||||
<entity name="zombieNurseRadiated"/>
|
||||
<entity name="zombieFemaleFatRadiated" prob="2"/>
|
||||
<entity name="zombieFatCopRadiated" prob="2"/>
|
||||
<entity name="zombieBurntRadiated" prob="2"/>
|
||||
<entity name="zombieMaleHazmatRadiated" prob="2"/>
|
||||
<entity name="zombieFatHawaiianRadiated" prob="2"/>
|
||||
<entity name="zombieSoldierRadiated" prob="2"/>
|
||||
</entitygroup>
|
||||
|
||||
<entitygroup name="IHZombiesAllRadiatedWastelandNight">
|
||||
<entity name="zombieMutatedRadiated" prob="2"/>
|
||||
<entity name="zombieSpiderRadiated" prob="2"/>
|
||||
<entity name="zombieBoeRadiated"/>
|
||||
<entity name="zombieJoeRadiated"/>
|
||||
<entity name="zombieSteveRadiated"/>
|
||||
<entity name="zombieTomClarkRadiated"/>
|
||||
<entity name="zombieMoeRadiated"/>
|
||||
<entity name="zombieYoRadiated"/>
|
||||
<entity name="zombieBusinessManRadiated"/>
|
||||
<entity name="zombieArleneRadiated"/>
|
||||
<entity name="zombieDarleneRadiated"/>
|
||||
<entity name="zombieMarleneRadiated"/>
|
||||
<entity name="zombieNurseRadiated"/>
|
||||
<entity name="zombieFemaleFatRadiated" prob="2"/>
|
||||
<entity name="zombieFatCopRadiated" prob="2"/>
|
||||
<entity name="zombieBurntRadiated" prob="2"/>
|
||||
<entity name="zombieWightRadiated" prob="2"/>
|
||||
<entity name="zombieMaleHazmatRadiated" prob="2"/>
|
||||
<entity name="zombieFatHawaiianRadiated" prob="2"/>
|
||||
<entity name="zombieSoldierRadiated" prob="2"/>
|
||||
</entitygroup>
|
||||
|
||||
<entitygroup name="IHZombiesAllRadiatedNight">
|
||||
<entity name="zombieSpiderRadiated"/>
|
||||
<entity name="zombieBoeRadiated"/>
|
||||
<entity name="zombieJoeRadiated"/>
|
||||
<entity name="zombieSteveRadiated"/>
|
||||
<entity name="zombieTomClarkRadiated"/>
|
||||
<entity name="zombieMoeRadiated"/>
|
||||
<entity name="zombieYoRadiated"/>
|
||||
<entity name="zombieBusinessManRadiated"/>
|
||||
<entity name="zombieArleneRadiated"/>
|
||||
<entity name="zombieDarleneRadiated"/>
|
||||
<entity name="zombieMarleneRadiated"/>
|
||||
<entity name="zombieSkateboarderRadiated"/>
|
||||
<entity name="zombieFemaleFatRadiated"/>
|
||||
<entity name="zombieJanitorRadiated"/>
|
||||
<entity name="zombieLabRadiated"/>
|
||||
<entity name="zombieNurseRadiated"/>
|
||||
<entity name="zombieFatHawaiianRadiated"/>
|
||||
</entitygroup>
|
||||
|
||||
<entitygroup name="MegaTitanHorde">
|
||||
<entity name="MegaTitan"/>
|
||||
</entitygroup>
|
||||
</append>
|
||||
</ihhordes>
|
||||
Reference in New Issue
Block a user