diff --git a/Resources/Locale/en-US/_CP14/demiplane/modifiers.ftl b/Resources/Locale/en-US/_CP14/demiplane/modifiers.ftl index 99bd62b77f..d61f52aa69 100644 --- a/Resources/Locale/en-US/_CP14/demiplane/modifiers.ftl +++ b/Resources/Locale/en-US/_CP14/demiplane/modifiers.ftl @@ -10,23 +10,30 @@ cp14-modifier-wild-sage = wild Sage cp14-modifier-lumisroom = lumishrooms cp14-modifier-explosive = explosive mines cp14-modifier-ruins = ancient ruins -cp14-modifier-zombie = zombies +cp14-modifier-zombie-t1 = scattered zombies +cp14-modifier-zombie-t2 = zombies +cp14-modifier-zombie-t3 = zombie horde +cp14-modifier-spectre = spectres cp14-modifier-slime = slimes cp14-modifier-cackle = cackles cp14-modifier-skeleton = sentient skeletons cp14-modifier-dyno = dynos +cp14-modifier-mosquito = blood sucking bugs cp14-modifier-mole = predatory moles cp14-modifier-spineguard = spineguards cp14-modifier-watcher = watchers cp14-modifier-rabbits = rabbits cp14-modifier-boars = wild boars +cp14-modifier-bear-t3 = bear den cp14-modifier-invisible-whistler = invisible whistlers cp14-modifier-sheeps = sheeps cp14-modifier-chasm = bottomless chasms cp14-modifier-air-lily = air lilies cp14-modifier-shadow-kudzu = spreading astral haze cp14-modifier-night = darkness -cp14-modifier-spiders = spider's web +cp14-modifier-spiders-t2 = spider's webs +cp14-modifier-spiders-t3 = spider's nest +cp14-modifier-mobs-fire-t3 = flame monsters cp14-modifier-flem = flemings cp14-modifier-silver-needle = silver needles cp14-modifier-additional-entry = multiple entry points diff --git a/Resources/Locale/ru-RU/_CP14/demiplane/modifiers.ftl b/Resources/Locale/ru-RU/_CP14/demiplane/modifiers.ftl index ccae642f9a..5ac9e310d3 100644 --- a/Resources/Locale/ru-RU/_CP14/demiplane/modifiers.ftl +++ b/Resources/Locale/ru-RU/_CP14/demiplane/modifiers.ftl @@ -10,23 +10,31 @@ cp14-modifier-wild-sage = дикий шалфей cp14-modifier-lumisroom = люмигрибы cp14-modifier-explosive = взрывные мины cp14-modifier-ruins = древние руины -cp14-modifier-zombie = зомби +cp14-modifier-zombie-t1 = редкие зомби +cp14-modifier-zombie-t2 = зомби +cp14-modifier-zombie-t3 = орда зомби +cp14-modifier-spectre = призраки cp14-modifier-slime = слаймы cp14-modifier-cackle = кэклзы cp14-modifier-skeleton = разумные скелеты cp14-modifier-dyno = динозавры +cp14-modifier-mosquito = кровососущие насекомые cp14-modifier-mole = хищные кроты cp14-modifier-spineguard = шипостражи cp14-modifier-watcher = наблюдатели cp14-modifier-rabbits = кролики cp14-modifier-boars = дикие кабаны +cp14-modifier-bear-t3 = медвежья берлога cp14-modifier-sheeps = овцы cp14-modifier-invisible-whistler = невидимые свистуны cp14-modifier-chasm = бездонные пропасти cp14-modifier-air-lily = воздушные лилии cp14-modifier-shadow-kudzu = поглощающий астральный мрак cp14-modifier-night = темнота -cp14-modifier-spiders = паучье логово +cp14-modifier-spiders-t2 = паутина +cp14-modifier-spiders-t3 = паучье гнездо +cp14-modifier-mobs-fire-t3 = пламенные монстры +cp14-modifier-flem = флеминг cp14-modifier-silver-needle = серебрянные иглы cp14-modifier-additional-entry = несколько точек входа diff --git a/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml b/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml index 4d01e47265..064b2899aa 100644 --- a/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml +++ b/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml @@ -1,38 +1,20 @@ # TIER 1 - type: cp14LocationModifier - id: EnemyZombie + id: T1EnemyZombie levels: min: 0 - max: 3 - name: cp14-modifier-zombie - generationWeight: 1.5 + max: 5 + name: cp14-modifier-zombie-t1 + generationWeight: 1 categories: - Danger: 0.25 + Danger: 0.15 blacklistTags: - CP14DemiplaneHot layers: - !type:CP14OreDunGen entity: CP14SpawnMobUndeadZombieRandom - count: 4 - minGroupSize: 3 - maxGroupSize: 5 - -- type: cp14LocationModifier - id: EnemyDyno - levels: - min: 3 - max: 10 - name: cp14-modifier-dyno - categories: - Danger: 0.4 - requiredTags: - - CP14DemiplaneOpenSky - - CP14DemiplaneHerbals - layers: - - !type:CP14OreDunGen - entity: CP14SpawnMobDinoYumkaraptor - count: 5 + count: 6 minGroupSize: 1 maxGroupSize: 2 @@ -40,8 +22,8 @@ id: MonsterMosquito levels: min: 0 - max: 2 - name: cp14-modifier-dyno + max: 3 + name: cp14-modifier-mosquito categories: Danger: 0.25 requiredTags: @@ -76,7 +58,7 @@ id: SmallHydra levels: min: 0 - max: 2 + max: 4 name: cp14-modifier-dyno categories: Danger: 0.25 @@ -85,7 +67,7 @@ layers: - !type:CP14OreDunGen entity: CP14MobDinoSmallHydra - count: 4 + count: 3 minGroupSize: 2 maxGroupSize: 3 @@ -93,7 +75,7 @@ id: EnemyFlem levels: min: 0 - max: 2 + max: 10 name: cp14-modifier-flem generationWeight: 0.05 categories: @@ -108,13 +90,65 @@ minGroupSize: 3 maxGroupSize: 4 +- type: cp14LocationModifier + id: MobSlimeBase + name: cp14-modifier-slime + levels: + min: 0 + max: 10 + categories: + Danger: 0.2 + layers: + - !type:CP14OreDunGen + entity: CP14MobSlimeBase + count: 6 + minGroupSize: 1 + maxGroupSize: 2 + + # TIER 2 +- type: cp14LocationModifier + id: T2EnemyZombie + levels: + min: 2 + max: 10 + name: cp14-modifier-zombie-t2 + generationWeight: 1.5 + categories: + Danger: 0.25 + blacklistTags: + - CP14DemiplaneHot + layers: + - !type:CP14OreDunGen + entity: CP14SpawnMobUndeadZombieRandom + count: 4 + minGroupSize: 3 + maxGroupSize: 5 + +- type: cp14LocationModifier + id: EnemyDyno + levels: + min: 2 + max: 10 + name: cp14-modifier-dyno + categories: + Danger: 0.4 + requiredTags: + - CP14DemiplaneOpenSky + - CP14DemiplaneHerbals + layers: + - !type:CP14OreDunGen + entity: CP14SpawnMobDinoYumkaraptor + count: 5 + minGroupSize: 1 + maxGroupSize: 2 + - type: cp14LocationModifier id: EnemyMole levels: min: 2 - max: 7 + max: 10 name: cp14-modifier-mole categories: Danger: 0.4 @@ -131,10 +165,10 @@ id: EnemySpineguard levels: min: 2 - max: 7 + max: 10 name: cp14-modifier-spineguard categories: - Danger: 0.3 + Danger: 0.25 requiredTags: - CP14DemiplaneUnderground layers: @@ -148,10 +182,10 @@ id: EnemyIceSpectre levels: min: 2 - max: 7 - name: cp14-modifier-zombie + max: 10 + name: cp14-modifier-spectre categories: - Danger: 0.4 + Danger: 0.35 requiredTags: - CP14DemiplaneCold blacklistTags: @@ -166,11 +200,11 @@ - type: cp14LocationModifier id: MobSlimeElectric levels: - min: 1 - max: 5 + min: 2 + max: 10 name: cp14-modifier-slime categories: - Danger: 0.35 + Danger: 0.2 layers: - !type:CP14OreDunGen entity: CP14MobSlimeElectric @@ -182,10 +216,10 @@ id: MobSlimeFire levels: min: 2 - max: 8 + max: 10 name: cp14-modifier-slime categories: - Danger: 0.3 + Danger: 0.2 requiredTags: - CP14DemiplaneHot layers: @@ -193,16 +227,16 @@ entity: CP14MobSlimeFire count: 6 minGroupSize: 1 - maxGroupSize: 2 + maxGroupSize: 1 - type: cp14LocationModifier id: MobSlimeIce levels: - min: 0 - max: 5 + min: 2 + max: 10 name: cp14-modifier-slime categories: - Danger: 0.3 + Danger: 0.2 requiredTags: - CP14DemiplaneCold layers: @@ -210,27 +244,13 @@ entity: CP14MobSlimeIce count: 6 minGroupSize: 1 - maxGroupSize: 2 - -- type: cp14LocationModifier - id: MobSlimeBase - levels: - min: 0 - max: 1 - categories: - Danger: 0.25 - layers: - - !type:CP14OreDunGen - entity: CP14MobSlimeBase - count: 6 - minGroupSize: 1 - maxGroupSize: 2 + maxGroupSize: 1 - type: cp14LocationModifier id: MobWatcherIce levels: min: 1 - max: 2 + max: 10 name: cp14-modifier-watcher categories: Danger: 0.3 @@ -249,7 +269,7 @@ id: MobWatcherMagma levels: min: 1 - max: 2 + max: 10 name: cp14-modifier-watcher categories: Danger: 0.3 @@ -268,8 +288,8 @@ id: MobSpiders levels: min: 2 - max: 4 - name: cp14-modifier-spiders + max: 10 + name: cp14-modifier-spiders-t2 categories: Danger: 0.3 blacklistTags: @@ -278,26 +298,27 @@ - !type:CP14OreDunGen entity: CP14MobSpiderBlackHunter count: 8 - minGroupSize: 2 + minGroupSize: 1 maxGroupSize: 3 - !type:CP14OreDunGen entity: CP14WebCocoon - count: 10 + count: 8 minGroupSize: 1 maxGroupSize: 3 - !type:CP14OreDunGen entity: CP14SpiderWeb - count: 10 + count: 8 minGroupSize: 5 maxGroupSize: 15 - type: cp14LocationModifier id: MobBigBear levels: - min: 3 - max: 8 + min: 2 + max: 10 + generationWeight: 1.25 categories: - Danger: 0.5 + Danger: 0.3 requiredTags: - CP14DemiplaneOpenSky - CP14DemiplaneHerbals @@ -312,7 +333,8 @@ id: MyconideFlyagaric levels: min: 0 - max: 5 + max: 10 + generationWeight: 1.5 categories: Danger: 0.3 requiredTags: @@ -328,7 +350,8 @@ id: MyconideLumish levels: min: 0 - max: 5 + max: 10 + generationWeight: 1.5 categories: Danger: 0.3 requiredTags: @@ -344,7 +367,7 @@ id: EnemyCackle levels: min: 2 - max: 5 + max: 10 name: cp14-modifier-cackle generationWeight: 0.05 categories: @@ -359,3 +382,92 @@ count: 4 minGroupSize: 1 maxGroupSize: 3 + +# TIER 3 + +- type: cp14LocationModifier + id: T3EnemyZombie + levels: + min: 3 + max: 10 + name: cp14-modifier-zombie-t3 + generationWeight: 1.75 + categories: + Danger: 0.6 + blacklistTags: + - CP14DemiplaneHot + layers: + - !type:CP14OreDunGen + entity: CP14SpawnMobUndeadZombieRandom + count: 4 + minGroupSize: 10 + maxGroupSize: 15 + +- type: cp14LocationModifier + id: MobBigBearT3 + levels: + min: 3 + max: 10 + name: cp14-modifier-bear-t3 + generationWeight: 2 + categories: + Danger: 0.6 + requiredTags: + - CP14DemiplaneHerbals + layers: + - !type:CP14OreDunGen + entity: CP14MobBigBear + count: 2 + minGroupSize: 3 + maxGroupSize: 5 + +- type: cp14LocationModifier + id: MobSpidersNest + levels: + min: 3 + max: 10 + name: cp14-modifier-spiders-t3 + generationWeight: 1.75 + categories: + Danger: 0.6 + blacklistTags: + - CP14DemiplaneHot + layers: + - !type:CP14OreDunGen + entity: CP14MobSpiderBlackHunter + count: 12 + minGroupSize: 2 + maxGroupSize: 5 + - !type:CP14OreDunGen + entity: CP14WebCocoon + count: 15 + minGroupSize: 1 + maxGroupSize: 3 + - !type:CP14OreDunGen + entity: CP14SpiderWeb + count: 15 + minGroupSize: 15 + maxGroupSize: 25 + +- type: cp14LocationModifier #This needs more types of fire themed mobs, a boss would fit well in this + id: MobsFire + levels: + min: 3 + max: 10 + name: cp14-modifier-mobs-fire-t3 + generationWeight: 2 + categories: + Danger: 0.6 + requiredTags: + - CP14DemiplaneHot + layers: #decrease all mob spawns as more are added to this list + - !type:CP14OreDunGen + entity: CP14MobSlimeFire + count: 8 + minGroupSize: 2 + maxGroupSize: 4 + - !type:CP14OreDunGen + entity: CP14MobWatcherMagma + count: 6 + minGroupSize: 2 + maxGroupSize: 3