Фиксы и твики (#29)
* - fix: Fix speech verbs * - fix: Fix ling chat * - add: Chemical check before regeneration * - tweak: Tweak ling armor * - tweak: Tweak fleshmend * - tweak: Stims no longer satiate hunger & thirst * - add: New bleed alert * - fix: Add missing bool
This commit is contained in:
@@ -85,7 +85,7 @@ chat-speech-verb-skeleton-1 = гремит
|
||||
chat-speech-verb-skeleton-2 = щелкает
|
||||
chat-speech-verb-skeleton-3 = скрежет
|
||||
|
||||
chat-speech-verb-canine-1 = гафкает
|
||||
chat-speech-verb-canine-1 = гавкает
|
||||
chat-speech-verb-canine-2 = лает
|
||||
chat-speech-verb-canine-3 = воет
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
description: Inflates the changeling's body into an all-consuming chitinous mass of armor.
|
||||
productAction: ActionArmor
|
||||
cost:
|
||||
ChangelingPoint: 4
|
||||
ChangelingPoint: 1
|
||||
categories:
|
||||
- ChangelingAbilities
|
||||
conditions:
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
- type: GiftIgnore
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterArmorHeavy
|
||||
parent: ClothingOuterBaseLarge
|
||||
id: ClothingOuterChangeling
|
||||
name: chitinous armor
|
||||
description: Chitinous and flesh mass of armor.
|
||||
@@ -162,6 +162,15 @@
|
||||
sprite: Clothing/OuterClothing/Armor/changeling.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Armor/changeling.rsi
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.5
|
||||
Slash: 0.5
|
||||
Piercing: 0.6
|
||||
Heat: 0.5
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.9
|
||||
- type: Unremoveable
|
||||
deleteOnDrop: true
|
||||
|
||||
|
||||
@@ -133,10 +133,6 @@
|
||||
metabolismRate: 0.2
|
||||
effects:
|
||||
- !type:ResetNarcolepsy
|
||||
- !type:SatiateHunger
|
||||
factor: 1
|
||||
- !type:SatiateThirst
|
||||
factor: 1
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:TotalDamage
|
||||
@@ -230,10 +226,6 @@
|
||||
metabolismRate: 0.25
|
||||
effects:
|
||||
- !type:ResetNarcolepsy
|
||||
- !type:SatiateHunger
|
||||
factor: 1
|
||||
- !type:SatiateThirst
|
||||
factor: 1
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
|
||||
@@ -97,14 +97,14 @@
|
||||
- type: emote
|
||||
id: Chitter
|
||||
category: Vocal
|
||||
chatMessages: [ тарахтит ]
|
||||
chatMessages: [ стрекочет ]
|
||||
chatTriggers:
|
||||
- стрекочет
|
||||
- стрекочет.
|
||||
- стрекочет!
|
||||
- щебечет
|
||||
- щебечет.
|
||||
- щебечет!
|
||||
- тарахтит
|
||||
- тарахтит.
|
||||
- тарахтит!
|
||||
|
||||
- type: emote
|
||||
id: Squeak
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: speechVerb
|
||||
- type: speechVerb
|
||||
id: Default
|
||||
speechVerbStrings:
|
||||
- chat-speech-verb-default
|
||||
@@ -34,7 +34,6 @@
|
||||
id: Arachnid
|
||||
speechVerbStrings:
|
||||
- chat-speech-verb-insect-1
|
||||
- chat-speech-verb-insect-2
|
||||
- chat-speech-verb-insect-3
|
||||
- chat-speech-verb-reptilian-1
|
||||
|
||||
@@ -58,7 +57,6 @@
|
||||
- chat-speech-verb-reptilian-1
|
||||
- chat-speech-verb-reptilian-2
|
||||
- chat-speech-verb-reptilian-3
|
||||
- chat-speech-verb-insect-2
|
||||
|
||||
- type: speechVerb
|
||||
id: Skeleton
|
||||
|
||||
Reference in New Issue
Block a user