Cult item stuff & robe fix (#35)

* - tweak: New cult item behavior

* - fix: Fix cult robe modifier

* - fix: Fix runic wall cgraph
This commit is contained in:
Aviu00
2024-02-08 18:44:02 +09:00
committed by GitHub
parent 337034d734
commit 74941f06bb
10 changed files with 60 additions and 6 deletions

View File

@@ -1 +1,3 @@
cult-item-component-not-cultist = Вы не можете подобрать {$name}
cult-item-component-pickup-fail = Вы не можете подобрать {$name}
cult-item-component-attack-fail = Оружие не позволяет вам атаковать
cult-item-component-equip-fail = Вы не можете это надеть

View File

@@ -66,7 +66,7 @@
Piercing: 0.7
Shock: 2
Heat: 3
# Like metallic, but without flat reduction so it can be damaged with fists.
- type: damageModifierSet
id: FlimsyMetallic
@@ -338,3 +338,14 @@
Blunt: 1.15
Slash: 1.15
Piercing: 1.15
- type: damageModifierSet
id: CultRobe
coefficients:
Blunt: 1.45
Slash: 1.45
Piercing: 1.45
Shock: 1.45
Cold: 1.45
Heat: 1.45
Laser: 1.45

View File

@@ -25,6 +25,7 @@
- !type:EntityAnchored
steps:
- tool: Dagger
cultistOnly: true
- to: wall
completed:
- !type:SnapToGrid
@@ -45,6 +46,7 @@
amount: 1
steps:
- tool: Dagger
cultistOnly: true
- type: constructionGraph
id: AirlockGlassCult

View File

@@ -33,6 +33,7 @@
- Energy
- type: ReturnItemOnThrow
- type: CultItem
canPickUp: false
- type: ChangeThrowForce
throwForce: 6.5