Compare commits

...

3 Commits

Author SHA1 Message Date
Eigeen 16453d295d mod原地址更新为mod.io新地址 2022-12-08 16:26:41 +08:00
Eigeen 6554fc6b33 新增部分难度 2022-12-08 16:26:24 +08:00
Eigeen b1dae5f2a5 移动旧难度到已过期版本 2022-12-08 16:26:10 +08:00
26 changed files with 1595 additions and 1 deletions

View File

@ -0,0 +1,820 @@
{
"Name": "Hazard 5 多样性1.03版",
"Description": "by:yewuchang&阿帕奇&禁声大佬",
"MaxActiveCritters": 40,
"MaxActiveSwarmers": 240,
"MaxActiveEnemies": 240,
"ResupplyCost": 80,
"StartingNitra": 80,
"ExtraLargeEnemyDamageResistance": [
0.75,
0.8,
1.2,
1.7
],
"ExtraLargeEnemyDamageResistanceB": [
0.7,
0.7,
1,
1
],
"ExtraLargeEnemyDamageResistanceC": [
0.6,
0.7,
1,
1.6
],
"ExtraLargeEnemyDamageResistanceD": [
1.3,
1.3,
1.5,
1.65
],
"EnemyDamageResistance": [
1.2,
1.2,
1.4,
1.5
],
"SmallEnemyDamageResistance": [
1.2,
1.2,
1.2,
1.2
],
"EnemyDamageModifier": [
2.8,
3,
3.2,
3.4
],
"EnemyCountModifier": [
1.25,
1.45,
1.55,
1.75
],
"EncounterDifficulty": [
{
"weight": 2,
"range": {
"min": 400,
"max": 600
}
},
{
"weight": 6,
"range": {
"min": 500,
"max": 800
}
},
{
"weight": 2,
"range": {
"min": 700,
"max": 900
}
}
],
"StationaryDifficulty": [
{
"weight": 1,
"range": {
"min": 150,
"max": 200
}
},
{
"weight": 1,
"range": {
"min": 250,
"max": 350
}
}
],
"EnemyWaveInterval": [
{
"weight": 2,
"range": {
"min": 180,
"max": 220
}
},
{
"weight": 7.5,
"range": {
"min": 200,
"max": 230
}
},
{
"weight": 0.5,
"range": {
"min": 220,
"max": 250
}
}
],
"EnemyNormalWaveInterval": [
{
"weight": 9,
"range": {
"min": 180,
"max": 181
}
},
{
"weight": 0,
"range": {
"min": 180,
"max": 230
}
}
],
"EnemyNormalWaveDifficulty": [
{
"weight": 1,
"range": {
"min": 900,
"max": 1100
}
}
],
"EnemyDiversity": [
{
"weight": 7,
"range": {
"min": 10,
"max": 20
}
},
{
"weight": 0,
"range": {
"min": 6,
"max": 9
}
}
],
"StationaryEnemyDiversity": [
{
"weight": 1,
"range": {
"min": 3,
"max": 4
}
},
{
"weight": 2,
"range": {
"min": 1,
"max": 2
}
},
{
"weight": 7,
"range": {
"min": 3,
"max": 6
}
}
],
"VeteranNormal": [
{
"weight": 3,
"range": {
"min": 0,
"max": 0
}
},
{
"weight": 9,
"range": {
"min": 0.15,
"max": 0.3
}
},
{
"weight": 2,
"range": {
"min": 0.4,
"max": 0.6
}
},
{
"weight": 0.5,
"range": {
"min": 1,
"max": 1
}
}
],
"VeteranLarge": [
{
"weight": 1,
"range": {
"min": 0.175,
"max": 0.175
}
}
],
"DisruptiveEnemyPoolCount": {
"min": 9,
"max": 18
},
"MinPoolSize": 30,
"MaxActiveElites": 20,
"EnvironmentalDamageModifier": 1,
"PointExtractionScalar": 1.1,
"HazardBonus": 1.33,
"FriendlyFireModifier": 0.7,
"WaveStartDelayScale": 0,
"SpeedModifier": 1.15,
"AttackCooldownModifier": 1.5,
"ProjectileSpeedModifier": 1.7,
"HealthRegenerationMax": 0.25,
"ReviveHealthRatio": 0.25,
"EliteCooldown": 0.5,
"EnemyDescriptors": {
"巡逻机器人": {
"Base": "ED_PatrolBot",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 80,
"IdealSpawnSize": 2,
"MaxSpawnCount": 3,
"MinSpawnCount": 2,
"Rarity": 10,
"PawnStats": {
"PST_ColdResistance": -6,
"PST_CorrosiveResistance": -5,
"PST_ElectricResistance": -4,
"PST_FireResistance": -5,
"PST_InternalDamageResistance": -4,
"PST_KineticResistance": -5,
"PST_PhysicalResistance": -4,
"PST_PoisonResistance": -3,
"PST_RadiationResistance": -3
}
},
"大乌龟": {
"Base": "ED_Prospector",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 200,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 200,
"PawnStats": {
"PST_DamageResistance": 70,
"PST_ElectricResistance": -0.5,
"PST_ColdResistance": -2,
"PST_MovementSpeed": 4
}
},
"BTC": {
"Base": "ED_InfectedMule",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 150,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 130,
"PawnStats": {
"PST_MovementSpeed": 2,
"PST_ElectricResistance": -2,
"PST_ColdResistance": -2,
"PST_FireResistance": -2
}
},
"小水母": {
"Base": "ED_Jelly_Swarmer",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 6,
"IdealSpawnSize": 20,
"MaxSpawnCount": 30,
"MinSpawnCount": 15,
"Rarity": 10
},
"赛博水母": {
"Base": "ED_Shredder",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 12,
"IdealSpawnSize": 20,
"MaxSpawnCount": 30,
"MinSpawnCount": 15,
"Rarity": 10
},
"冲锋猫猫虫": {
"Base": "ED_PumpkinLootBug",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 1,
"IdealSpawnSize": 4,
"MaxSpawnCount": 6,
"MinSpawnCount": 2,
"Rarity": 10,
"TimeDilation": 20,
"PawnStats": {
"PST_MovementSpeed": 150
}
},
"母巢": {
"Base": "ED_SpiderSpawner",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 40,
"IdealSpawnSize": 1,
"MaxSpawnCount": 2,
"MinSpawnCount": 1,
"Rarity": 19,
"PawnStats": {}
},
"大水母": {
"Base": "ED_JellyBreeder",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 40,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 39,
"PawnStats": {}
},
"刀锋型蜂拥": {
"Base": "ED_Spider_Swarmer_Pheromone_NOFX",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 8,
"IdealSpawnSize": 20,
"MaxSpawnCount": 30,
"MinSpawnCount": 15,
"Rarity": 10
},
"吐酸皇后": {
"Base": "ED_Spider_ShooterQueen",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 35,
"IdealSpawnSize": 1,
"MaxSpawnCount": 2,
"MinSpawnCount": 1,
"Rarity": 20,
"PawnStats": {
"PST_DamageResistance": 5,
"PST_ElectricResistance": -1.8,
"PST_FireResistance": -1.8,
"PST_ColdResistance": -1.8
}
},
"王草弱化版": {
"Base": "ED_HydraWeed",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 150,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 140,
"PawnStats": {
"PST_ColdResistance": -2,
"PST_CorrosiveResistance": -2,
"PST_ElectricResistance": -2,
"PST_FireResistance": -2,
"PST_InternalDamageResistance": -2,
"PST_KineticResistance": -2,
"PST_PhysicalResistance": -50,
"PST_PoisonResistance": -2,
"PST_RadiationResistance": -2
}
},
"八爪鱼": {
"Base": "ED_Terminator",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 150,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 150,
"PawnStats": {
"PST_ColdResistance": -6,
"PST_CorrosiveResistance": -5,
"PST_ElectricResistance": -4,
"PST_FireResistance": -5,
"PST_InternalDamageResistance": -4,
"PST_KineticResistance": -5,
"PST_PhysicalResistance": -4,
"PST_PoisonResistance": -3,
"PST_RadiationResistance": -3
}
},
"爆炸轰炸机": {
"Base": "ED_Bomber_Explosive",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 95,
"IdealSpawnSize": 2,
"MaxSpawnCount": 3,
"MinSpawnCount": 1,
"Scale": 1.5,
"Rarity": 10,
"PawnStats": {
"PST_FireResistance": -3
}
},
"辐射禁卫": {
"Base": "ED_Spider_Tank_Mutated",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 65,
"IdealSpawnSize": 1,
"MaxSpawnCount": 2,
"MinSpawnCount": 1,
"Scale": 1.5,
"Rarity": 10
},
"哨卫": {
"Base": "ED_Spider_Tank_HeavySpawn",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 20,
"IdealSpawnSize": 1,
"MaxSpawnCount": 3,
"MinSpawnCount": 1,
"Rarity": 15
},
"冲锋黄金大自爆": {
"Base": "ED_Spider_ExploderTank_King",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 300,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 20,
"PawnStats": {
"PST_MovementSpeed": 5,
"PST_DamageResistance": 3,
"PST_ElectricResistance": -2,
"PST_ColdResistance": -2,
"PST_FireResistance": -2
}
},
"大自爆削弱版": {
"Base": "ED_Spider_ExploderTank",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 150,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 20,
"PawnStats": {
"PST_ColdResistance": -1,
"PST_CorrosiveResistance": -1,
"PST_ElectricResistance": -1,
"PST_FireResistance": -1,
"PST_InternalDamageResistance": -1,
"PST_KineticResistance": -1,
"PST_PhysicalResistance": -1,
"PST_PoisonResistance": -1,
"PST_RadiationResistance": -1
}
},
"老无畏弱化版": {
"Base": "ED_Spider_Tank_Boss",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 199,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 30,
"PawnStats": {
"PST_FireResistance": -2,
"PST_ElectricResistance": -2,
"PST_DamageResistance": 8,
"PST_ColdResistance": -2
}
},
"沙虫": {
"Base": "ED_Shark",
"CanBeUsedForConstantPressure": false,
"CanBeUsedInEncounters": true,
"DifficultyRating": 30,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 30
},
"小滚滚": {
"Base": "ED_Woodlouse_Youngling",
"CanBeUsedForConstantPressure": false,
"CanBeUsedInEncounters": true,
"DifficultyRating": 20,
"IdealSpawnSize": 2,
"MaxSpawnCount": 3,
"MinSpawnCount": 1,
"Rarity": 50,
"PawnStats": {
"PST_CorrosiveResistance": 1,
"PST_ElectricResistance": 1,
"PST_FireResistance": -1
}
},
"黑滚滚": {
"Base": "ED_Woodlouse",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 50,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 30,
"PawnStats": {
"PST_FireResistance": -3,
"PST_ElectricResistance": -2
}
},
"强弩极速版": {
"Base": "ED_Spider_Boss_TwinA",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 150,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 30,
"PawnStats": {
"PST_FireResistance": -3,
"PST_ElectricResistance": -3,
"PST_DamageResistance": 5,
"PST_ColdResistance": -2,
"PST_MovementSpeed": 1.2
}
},
"重斧弱化版": {
"Base": "ED_Spider_Boss_TwinB",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 150,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 20,
"PawnStats": {
"PST_FireResistance": -3,
"PST_ElectricResistance": -3,
"PST_DamageResistance": 5,
"PST_ColdResistance": -2
}
},
"矿化战士": {
"Base": "ED_Spider_Grunt_Rock",
"CanBeUsedForConstantPressure": false,
"CanBeUsedInEncounters": true,
"DifficultyRating": 20,
"IdealSpawnSize": 2,
"MaxSpawnCount": 4,
"MinSpawnCount": 1,
"Rarity": 15,
"PawnStats": {
"PST_PhysicalResistance": -20
}
},
"矿化禁卫": {
"Base": "ED_Spider_Tank_Rock",
"CanBeUsedForConstantPressure": false,
"CanBeUsedInEncounters": true,
"DifficultyRating": 50,
"IdealSpawnSize": 1,
"MaxSpawnCount": 2,
"MinSpawnCount": 1,
"Rarity": 30,
"PawnStats": {
"PST_PhysicalResistance": -50
}
},
"冲锋精英刀锋": {
"Base": "ED_Spider_Grunt_Attacker",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 36,
"IdealSpawnSize": 3,
"MaxSpawnCount": 4,
"MinSpawnCount": 1,
"Rarity": 10,
"Elite": true,
"PawnStats": {
"PST_ColdResistance": -4,
"PST_CorrosiveResistance": -4,
"PST_ElectricResistance": -4,
"PST_FireResistance": -6,
"PST_InternalDamageResistance": -4,
"PST_KineticResistance": -4,
"PST_PhysicalResistance": -4,
"PST_PoisonResistance": -4,
"PST_RadiationResistance": -4,
"PST_MovementSpeed": 60
}
},
"冲锋精英护卫": {
"Base": "ED_Spider_Grunt_Guard",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 36,
"IdealSpawnSize": 3,
"MaxSpawnCount": 4,
"MinSpawnCount": 1,
"TimeDilation": 2,
"Rarity": 10,
"Elite": true,
"PawnStats": {
"PST_ColdResistance": -4,
"PST_CorrosiveResistance": -4,
"PST_ElectricResistance": -5,
"PST_FireResistance": -4,
"PST_InternalDamageResistance": -4,
"PST_KineticResistance": -4,
"PST_PhysicalResistance": -4,
"PST_PoisonResistance": -4,
"PST_RadiationResistance": -4,
"PST_MovementSpeed": 0.2
}
},
"精英三眼": {
"Base": "ED_Mactera_TripleShooter",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 120,
"IdealSpawnSize": 2,
"MaxSpawnCount": 2,
"MinSpawnCount": 1,
"TimeDilation": 1.25,
"Rarity": 5,
"Elite": true,
"PawnStats": {
"PST_ColdResistance": -4,
"PST_CorrosiveResistance": -4,
"PST_ElectricResistance": -4,
"PST_ExplosionResistance": -4,
"PST_FireResistance": -4,
"PST_InternalDamageResistance": -4,
"PST_KineticResistance": -4,
"PST_PhysicalResistance": -4,
"PST_PoisonResistance": -4,
"PST_RadiationResistance": -4
}
},
"精英禁卫": {
"Base": "ED_Spider_Tank",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 65,
"IdealSpawnSize": 1,
"MaxSpawnCount": 2,
"MinSpawnCount": 1,
"TimeDilation": 1.5,
"Rarity": 5,
"Elite": true,
"PawnStats": {
"PST_ColdResistance": 9999,
"PST_CorrosiveResistance": 9999,
"PST_ElectricResistance": 9999,
"PST_ExplosionResistance": 9999,
"PST_FireResistance": 9999,
"PST_InternalDamageResistance": 9999,
"PST_KineticResistance": 9999,
"PST_PhysicalResistance": -70,
"PST_PoisonResistance": 9999,
"PST_RadiationResistance": 9999
}
},
"精英辐射禁卫": {
"Base": "ED_Spider_Tank_Mutated",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 85,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"TimeDilation": 1.5,
"Rarity": 5,
"Elite": true,
"PawnStats": {
"PST_ColdResistance": 9999,
"PST_CorrosiveResistance": 9999,
"PST_ElectricResistance": 9999,
"PST_ExplosionResistance": 9999,
"PST_FireResistance": 9999,
"PST_InternalDamageResistance": 9999,
"PST_KineticResistance": 9999,
"PST_PhysicalResistance": -70,
"PST_PoisonResistance": 9999,
"PST_RadiationResistance": 9999
}
},
"精英慢射酸虫": {
"Base": "ED_Spider_RapidShooter",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 95,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"TimeDilation": 0.2,
"Rarity": 10,
"Elite": true,
"PawnStats": {
"PST_ColdResistance": 0.8,
"PST_CorrosiveResistance": 0.8,
"PST_ElectricResistance": 0.8,
"PST_FireResistance": 0.8,
"PST_InternalDamageResistance": 0.8,
"PST_KineticResistance": 0.8,
"PST_PhysicalResistance": 0.8,
"PST_PoisonResistance": 0.8,
"PST_RadiationResistance": 0.8,
"PST_MovementSpeed": 1
}
}
},
"EnemyPool": {
"clear": false,
"add": [
"冲锋猫猫虫"
],
"remove": []
},
"CommonEnemies": {
"clear": false,
"add": [
"爆炸轰炸机",
"冲锋猫猫虫",
"矿化战士",
"矿化禁卫",
"冲锋精英刀锋",
"冲锋精英护卫",
"精英精卫",
"精英辐射禁卫",
"精英三眼",
"精英慢射酸虫",
"辐射禁卫"
],
"remove": []
},
"SpecialEnemies": {
"clear": false,
"add": [
"刀锋型蜂拥",
"吐酸皇后",
"小水母",
"巡逻机器人",
"赛博水母"
],
"remove": []
},
"DisruptiveEnemies": {
"clear": false,
"add": [
"哨卫",
"冲锋黄金大自爆",
"大自爆削弱版",
"老无畏弱化版",
"强弩极速版",
"重斧弱化版",
"沙虫",
"小滚滚",
"黑滚滚"
],
"remove": []
},
"StationaryEnemies": {
"clear": false,
"add": [
"大水母",
"BTC",
"八爪鱼",
"王草弱化版",
"大乌龟"
],
"remove": []
},
"SeasonalEvents": [
"SE_ProspectorDrone",
"SE_ProspectorDataDeposit",
"SE_RivalBomb"
],
"EscortMule": {
"FriendlyFireModifier": 0.01,
"BigHitDamageModifier": 0.9,
"BigHitDamageReductionThreshold": 0,
"NeutralDamageModifier": 0.01
}
}

290
Hazard 5x3 9999.json Normal file
View File

@ -0,0 +1,290 @@
{
"Name": "Hazard 5x3 9999",
"Description": "Edited by 猫猫虫. 修正原版5x3大自爆过多的问题.",
"MaxActiveCritters": 60,
"MaxActiveSwarmers": 9999,
"MaxActiveEnemies": 9999,
"ResupplyCost": 50,
"StartingNitra": 0,
"ExtraLargeEnemyDamageResistance": [
0.75,
0.8,
1.2,
1.7
],
"ExtraLargeEnemyDamageResistanceB": [
0.35,
0.35,
0.4,
0.45
],
"ExtraLargeEnemyDamageResistanceC": [
0.6,
0.7,
1,
1.3
],
"ExtraLargeEnemyDamageResistanceD": [
1.3,
1.3,
1.5,
1.65
],
"EnemyDamageResistance": [
1.2,
1.2,
1.4,
1.5
],
"SmallEnemyDamageResistance": [
1.2,
1.2,
1.2,
1.2
],
"EnemyDamageModifier": [
2.8,
3,
3.2,
3.4
],
"EnemyCountModifier": [
2.55,
2.55,
4.5,
4.5
],
"EncounterDifficulty": [
{
"weight": 0,
"range": {
"min": 100,
"max": 200
}
},
{
"weight": 7,
"range": {
"min": 300,
"max": 400
}
},
{
"weight": 3,
"range": {
"min": 400,
"max": 500
}
}
],
"StationaryDifficulty": [
{
"weight": 0,
"range": {
"min": 0,
"max": 0
}
},
{
"weight": 1,
"range": {
"min": 150,
"max": 200
}
},
{
"weight": 1,
"range": {
"min": 250,
"max": 350
}
}
],
"EnemyWaveInterval": [
{
"weight": 3,
"range": {
"min": 140,
"max": 141
}
},
{
"weight": 7,
"range": {
"min": 200,
"max": 201
}
},
{
"weight": 0,
"range": {
"min": 240,
"max": 241
}
}
],
"EnemyNormalWaveInterval": [
{
"weight": 4,
"range": {
"min": 100,
"max": 101
}
},
{
"weight": 2,
"range": {
"min": 140,
"max": 141
}
}
],
"EnemyNormalWaveDifficulty": [
{
"weight": 1,
"range": {
"min": 600,
"max": 700
}
}
],
"EnemyDiversity": [
{
"weight": 2,
"range": {
"min": 1,
"max": 2
}
},
{
"weight": 9,
"range": {
"min": 3,
"max": 5
}
},
{
"weight": 1,
"range": {
"min": 6,
"max": 7
}
}
],
"StationaryEnemyDiversity": [
{
"weight": 1,
"range": {
"min": 2,
"max": 4
}
}
],
"VeteranNormal": [
{
"weight": 3,
"range": {
"min": 0,
"max": 0
}
},
{
"weight": 9,
"range": {
"min": 0.15,
"max": 0.3
}
},
{
"weight": 2,
"range": {
"min": 0.4,
"max": 0.6
}
},
{
"weight": 0.5,
"range": {
"min": 1,
"max": 1
}
}
],
"VeteranLarge": [
{
"weight": 1,
"range": {
"min": 0.175,
"max": 0.175
}
}
],
"DisruptiveEnemyPoolCount": {
"min": 3,
"max": 3
},
"MinPoolSize": 8,
"MaxActiveElites": 0,
"EnvironmentalDamageModifier": 1.1,
"PointExtractionScalar": 1.1,
"HazardBonus": 1.33,
"FriendlyFireModifier": 0.7,
"WaveStartDelayScale": 0,
"SpeedModifier": 1.15,
"AttackCooldownModifier": 1.5,
"ProjectileSpeedModifier": 1.7,
"HealthRegenerationMax": 0.1,
"ReviveHealthRatio": 0.1,
"EliteCooldown": 0,
"EnemyDescriptors": {
"ED_Spider_ExploderTank_custom": {
"Base": "ED_Spider_ExploderTank",
"CreatureSize": 4,
"CanBeUsedForConstantPressure": false,
"CanBeUsedInEncounters": false,
"DifficultyRating": 200,
"MinSpawnCount": 1,
"MaxSpawnCount": 1,
"Rarity": 20,
"SpawnAmountModifier": 1
}
},
"EnemyPool": {
"clear": false,
"add": [
""
],
"remove": []
},
"CommonEnemies": {
"clear": false,
"add": [],
"remove": [
""
]
},
"SpecialEnemies": {
"clear": false,
"add": [],
"remove": []
},
"DisruptiveEnemies": {
"clear": false,
"add": [
"ED_Spider_ExploderTank_custom"
],
"remove": []
},
"StationaryEnemies": {
"clear": false,
"add": [],
"remove": []
},
"SeasonalEvents": [],
"EscortMule": {
"FriendlyFireModifier": 0.1,
"BigHitDamageModifier": 0.75,
"BigHitDamageReductionThreshold": 4,
"NeutralDamageModifier": 0.1
}
}

View File

@ -0,0 +1,484 @@
{
"Name": "Hazard 8 Retired Miner v.1.4.ES",
"Description": "BY K ×1.4 #T-T C",
"MaxActiveCritters": 40,
"MaxActiveSwarmers": 300,
"MaxActiveEnemies": 300,
"ResupplyCost": 60,
"StartingNitra": 20,
"ExtraLargeEnemyDamageResistance": [
1.8,
2.1,
2.3,
2.9
],
"ExtraLargeEnemyDamageResistanceB": [
1.8,
2.1,
2.5,
3.3
],
"ExtraLargeEnemyDamageResistanceC": [
1.8,
2.1,
2.3,
2.9
],
"ExtraLargeEnemyDamageResistanceD": [
2.5,
2.55,
2.75,
3
],
"EnemyDamageResistance": [
1.8,
2.1,
2.2,
2.25
],
"SmallEnemyDamageResistance": [
1.2,
1.2,
1.2,
1.2
],
"EnemyDamageModifier": [
4.3,
4.55,
4.9,
5.1
],
"EnemyCountModifier": [
1.89,
2.03,
2.31,
2.73
],
"EncounterDifficulty": [
{
"weight": 1,
"range": {
"min": 750,
"max": 1050
}
},
{
"weight": 6,
"range": {
"min": 1050,
"max": 1150
}
},
{
"weight": 1,
"range": {
"min": 650,
"max": 850
}
}
],
"StationaryDifficulty": [
{
"weight": 0,
"range": {
"min": 0,
"max": 0
}
},
{
"weight": 1,
"range": {
"min": 950,
"max": 1050
}
},
{
"weight": 1,
"range": {
"min": 1020,
"max": 1100
}
}
],
"EnemyWaveInterval": [
{
"weight": 0,
"range": {
"min": 160,
"max": 180
}
},
{
"weight": 7.5,
"range": {
"min": 175,
"max": 195
}
},
{
"weight": 0,
"range": {
"min": 299,
"max": 299
}
}
],
"EnemyNormalWaveInterval": [
{
"weight": 4,
"range": {
"min": 180,
"max": 220
}
},
{
"weight": 2,
"range": {
"min": 150,
"max": 180
}
}
],
"EnemyNormalWaveDifficulty": [
{
"weight": 1,
"range": {
"min": 1450,
"max": 1850
}
}
],
"EnemyDiversity": [
{
"weight": 2,
"range": {
"min": 16,
"max": 20
}
},
{
"weight": 8,
"range": {
"min": 18,
"max": 24
}
},
{
"weight": 0,
"range": {
"min": 5,
"max": 6
}
}
],
"StationaryEnemyDiversity": [
{
"weight": 1,
"range": {
"min": 16,
"max": 18
}
}
],
"VeteranNormal": [
{
"weight": 2,
"range": {
"min": 0,
"max": 0
}
},
{
"weight": 9,
"range": {
"min": 0.8,
"max": 0.9
}
},
{
"weight": 2,
"range": {
"min": 0.7,
"max": 1
}
},
{
"weight": 0,
"range": {
"min": 1,
"max": 1
}
}
],
"VeteranLarge": [
{
"weight": 1,
"range": {
"min": 0.25,
"max": 0.25
}
}
],
"DisruptiveEnemyPoolCount": {
"min": 18,
"max": 20
},
"MinPoolSize": 16,
"MaxActiveElites": 5,
"EnvironmentalDamageModifier": 1.8,
"PointExtractionScalar": 1.8,
"HazardBonus": 1.33,
"FriendlyFireModifier": 1,
"WaveStartDelayScale": 0,
"SpeedModifier": 1.45,
"AttackCooldownModifier": 2.25,
"ProjectileSpeedModifier": 2.3,
"HealthRegenerationMax": 0.1,
"ReviveHealthRatio": 0.1,
"EliteCooldown": 0,
"EnemyDescriptors": {
"快递": {
"Base": "ED_PumpkinLootBug",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": true,
"DifficultyRating": 5,
"IdealSpawnSize": 4,
"MaxSpawnCount": 6,
"MinSpawnCount": 2,
"Rarity": 20,
"TimeDilation": 13,
"PawnStats": {}
},
"ED_Spider_ExploderTank": {
"Base": "ED_Spider_ExploderTank",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 190,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 20,
"PawnStats": {
"PST_MovementSpeed": 1.5,
"PST_ElectricResistance": -7.5,
"PST_FireResistance": -1,
"PST_DamageResistance": 2
}
},
"飞行果冻": {
"Base": "ED_Jelly_Swarmer",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 6,
"IdealSpawnSize": 25,
"MaxSpawnCount": 35,
"MinSpawnCount": 20,
"Rarity": 10
},
"红蜂拥": {
"Base": "ED_Spider_Swarmer_Pheromone_NOFX",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 6,
"IdealSpawnSize": 15,
"MaxSpawnCount": 25,
"MinSpawnCount": 8,
"Rarity": 10
},
"爆炸轰炸机": {
"Base": "ED_Bomber_Explosive",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 95,
"IdealSpawnSize": 1,
"MaxSpawnCount": 2,
"MinSpawnCount": 1,
"Scale": 1,
"Rarity": 11,
"PawnStats": {
"PST_ElectricResistance": -9.5,
"PST_FireResistance": -2
}
},
"ED_Spider_Grunt_Attacker": {
"Base": "ED_Spider_Grunt_Attacker",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 78,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 180,
"Elite": true,
"PawnStats": {
"PST_ElectricResistance": -9,
"PST_DamageResistance": 3,
"PST_FireResistance": -2,
"PST_ColdResistance": -4
}
},
"ED_Grabber": {
"Base": "ED_Grabber",
"CanBeUsedForConstantPressure": false,
"CanBeUsedInEncounters": true,
"PawnStats": {
"PST_CorrosiveResistance": -4,
"PST_ElectricResistance": -8,
"PST_FireResistance": -1,
"PST_PhysicalResistance": -8,
"PST_PoisonResistance": -1.5
}
},
"快闪之星": {
"Base": "ED_Spider_Charger",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 85,
"IdealSpawnSize": 4,
"MaxSpawnCount": 5,
"MinSpawnCount": 3,
"TimeDilation": 1.25,
"Scale": 1,
"Rarity": 20,
"PawnStats": {
"PST_KineticResistance": 8,
"PST_PhysicalResistance": -4.5,
"PST_DamageResistance": 0.35
}
},
"ED_PatrolBot": {
"Base": "ED_PatrolBot",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 80,
"IdealSpawnSize": 4,
"MaxSpawnCount": 8,
"MinSpawnCount": 2,
"Rarity": 10,
"PawnStats": {
"PST_DamageResistance": 4,
"PST_ElectricResistance": -3,
"PST_FireResistance": -2,
"PST_ColdResistance": -3,
"PST_MovementSpeed": 0.5
}
},
"吐酸它妈": {
"Base": "ED_Spider_ShooterQueen",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 70,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"TimeDilation": 0.9,
"Rarity": 20,
"PawnStats": {
"PST_DamageResistance": 5.5,
"PST_ElectricResistance": -3,
"PST_FireResistance": -2,
"PST_ColdResistance": -2,
"PST_ExplosionResistance": -3
}
},
"ED_ShootingPlant": {
"Base": "ED_ShootingPlant",
"CanBeUsedForConstantPressure": false,
"CanBeUsedInEncounters": true,
"DifficultyRating": 150,
"IdealSpawnSize": 2,
"MaxSpawnCount": 6,
"MinSpawnCount": 1,
"TimeDilation": 1,
"Rarity": 20,
"PawnStats": {
"PST_ElectricResistance": -3.8,
"PST_FireResistance": -0.4
}
},
"老强弩": {
"Base": "ED_Spider_Boss_TwinA",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 390,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 780,
"PawnStats": {
"PST_FireResistance": -1,
"PST_ElectricResistance": -8,
"PST_DamageResistance": 5,
"PST_ColdResistance": -2,
"PST_MovementSpeed": 0.85
}
},
"弱重斧": {
"Base": "ED_Spider_Boss_TwinB",
"CanBeUsedForConstantPressure": true,
"CanBeUsedInEncounters": false,
"DifficultyRating": 290,
"IdealSpawnSize": 1,
"MaxSpawnCount": 1,
"MinSpawnCount": 1,
"Rarity": 160,
"PawnStats": {
"PST_FireResistance": -0.8,
"PST_ElectricResistance": -8,
"PST_DamageResistance": 3.5,
"PST_PhysicalResistance": -7,
"PST_ColdResistance": -2
}
}
},
"EnemyPool": {
"clear": false,
"add": [],
"remove": []
},
"CommonEnemies": {
"clear": false,
"add": [
"快递",
"红蜂拥",
"飞行果冻"
],
"remove": []
},
"SpecialEnemies": {
"clear": false,
"add": [
"吐酸它妈",
"ED_PatrolBot",
"快闪之星",
"ED_Spider_Grunt_Attacker"
],
"remove": []
},
"DisruptiveEnemies": {
"clear": false,
"add": [
"弱重斧",
"老强弩",
"爆炸轰炸机",
"ED_Spider_ExploderTank"
],
"remove": []
},
"StationaryEnemies": {
"clear": false,
"add": [],
"remove": []
},
"SeasonalEvents": [
"SE_ProspectorDrone",
"SE_ProspectorDataDeposit",
"SE_RivalBomb"
],
"EscortMule": {
"FriendlyFireModifier": 0.1,
"BigHitDamageModifier": 0.95,
"BigHitDamageReductionThreshold": 0,
"NeutralDamageModifier": 0.1
}
}

View File

@ -1,6 +1,6 @@
# 深岩银河 Custom Difficulty 模组预设收集与指导
官方网址https://drg.mod.io/custom-difficulty
官方网址https://mod.io/g/drg/m/custom-difficulty
包含说明与指导,建议先查看说明