Balance bugtweak (#881)
* Update CP14UniqueLootSystem.cs * some demiplane balance * rings undepants * fix #870 * fix #868 * Update CP14ClientWallpaperSystem.cs
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
sprite: _CP14/Effects/Magic/spells_icons.rsi
|
||||
state: rift_arrow
|
||||
- type: CP14MagicEffectManaCost
|
||||
manaCost: 50
|
||||
manaCost: 25
|
||||
- type: CP14MagicEffect
|
||||
magicType: Darkness
|
||||
telegraphyEffects:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
sprite: _CP14/Effects/Magic/spells_icons.rsi
|
||||
state: demi_arrow
|
||||
- type: CP14MagicEffectManaCost
|
||||
manaCost: 50
|
||||
manaCost: 25
|
||||
- type: CP14MagicEffect
|
||||
magicType: Darkness
|
||||
telegraphyEffects:
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
slotFlags: RING
|
||||
uiWindowPos: 0,1
|
||||
strippingWindowPos: 0,3
|
||||
dependsOn: pants
|
||||
displayName: Ring
|
||||
- name: mask
|
||||
slotTexture: mask
|
||||
|
||||
@@ -53,17 +53,4 @@
|
||||
entity: CP14AstralHaze
|
||||
count: 10
|
||||
minGroupSize: 1
|
||||
maxGroupSize: 1
|
||||
|
||||
- type: cp14DemiplaneModifier
|
||||
id: TimeLimit10
|
||||
generationWeight: 0.4
|
||||
tiers:
|
||||
- 1
|
||||
- 2
|
||||
name: cp14-modifier-time-limit-10
|
||||
categories:
|
||||
Danger: 0.1
|
||||
components:
|
||||
- type: CP14DemiplaneTimedDestruction
|
||||
timeToDestruction: 600 # 10 minutes
|
||||
maxGroupSize: 1
|
||||
@@ -71,8 +71,9 @@
|
||||
- type: cp14DemiplaneModifier
|
||||
id: EnemySkeleton
|
||||
tiers:
|
||||
- 1
|
||||
- 2
|
||||
name: cp14-modifier-zombie
|
||||
name: cp14-modifier-skeleton
|
||||
generationWeight: 1.5
|
||||
categories:
|
||||
Danger: 0.5
|
||||
@@ -80,7 +81,7 @@
|
||||
- !type:OreDunGen
|
||||
entity: SpawnPointGhostDemiplaneSkeleton
|
||||
count: 1
|
||||
minGroupSize: 2
|
||||
minGroupSize: 1
|
||||
maxGroupSize: 3
|
||||
|
||||
- type: cp14DemiplaneModifier
|
||||
|
||||
@@ -14,20 +14,6 @@
|
||||
minGroupSize: 2
|
||||
maxGroupSize: 3
|
||||
|
||||
#- type: cp14DemiplaneModifier
|
||||
# id: Ruins
|
||||
# tier: 1
|
||||
# name: cp14-modifier-ruins
|
||||
# generationWeight: 2
|
||||
# categories:
|
||||
# Reward: 0.35
|
||||
# layers:
|
||||
# - !type:OreDunGen
|
||||
# entity: ##CP14DemiplanRuinsRoomSpawner
|
||||
# count: 5
|
||||
# minGroupSize: 1
|
||||
# maxGroupSize: 1
|
||||
|
||||
- type: cp14DemiplaneModifier
|
||||
id: Rabbits
|
||||
tiers:
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
- type: cp14DemiplaneModifier
|
||||
id: ArtifactRoom
|
||||
tiers:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
generationWeight: 0.05
|
||||
generationWeight: 0.1
|
||||
categories:
|
||||
Reward: 0.4
|
||||
Reward: 0.3
|
||||
layers:
|
||||
- !type:OreDunGen
|
||||
entity: CP14DemiplaneArtifactRoomSpawner
|
||||
|
||||
@@ -25,4 +25,15 @@
|
||||
entity: CP14DemiplanePassway
|
||||
count: 2
|
||||
minGroupSize: 1
|
||||
maxGroupSize: 1
|
||||
maxGroupSize: 1
|
||||
|
||||
- type: cp14DemiplaneModifier
|
||||
id: TimeLimit10
|
||||
generationProb: 0.33
|
||||
tiers:
|
||||
- 1
|
||||
- 2
|
||||
name: cp14-modifier-time-limit-10
|
||||
components:
|
||||
- type: CP14DemiplaneTimedDestruction
|
||||
timeToDestruction: 600 # 10 minutes
|
||||
Reference in New Issue
Block a user