Ling tweak 2 (#347)
* - tweak: NOT THE BEES. * - tweak: More chems. * - fix: Ling abilities & alert. * - fix: Locale.
This commit is contained in:
@@ -24,7 +24,7 @@ public sealed partial class ChangelingComponent : Component
|
||||
public float Accumulator;
|
||||
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
public float UpdateDelay = 8f;
|
||||
public float UpdateDelay = 6f;
|
||||
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
public bool IsRegenerating;
|
||||
|
||||
@@ -53,7 +53,7 @@ changeling-ability-changeling-lesser-form = Примитивная форма
|
||||
changeling-ability-changeling-lesser-form-desc = Превращает в самую примитивную форму. Полезно для побега из наручников. Стоит 5 химикатов.
|
||||
|
||||
changeling-ability-bees = Выпустить пчёл
|
||||
changeling-ability-bees-desc = Выпускает 6 агрессивных пчёл из улья.
|
||||
changeling-ability-bees-desc = Выпускает 4 агрессивных пчелы из улья.
|
||||
|
||||
ent-ActionChangelingShop = Эволюции
|
||||
.desc = Эволюционируйте и развивайтесь.
|
||||
|
||||
@@ -76,6 +76,9 @@
|
||||
event: !type:ExtractionStingActionEvent
|
||||
canTargetSelf: false
|
||||
useDelay: 1
|
||||
whitelist:
|
||||
components:
|
||||
- HumanoidAppearance
|
||||
|
||||
- type: entity
|
||||
id: ActionTransformSting
|
||||
@@ -89,6 +92,9 @@
|
||||
event: !type:TransformStingActionEvent
|
||||
canTargetSelf: false
|
||||
useDelay: 1
|
||||
whitelist:
|
||||
components:
|
||||
- HumanoidAppearance
|
||||
|
||||
- type: entity
|
||||
id: ActionBlindSting
|
||||
@@ -102,6 +108,10 @@
|
||||
event: !type:BlindStingActionEvent
|
||||
canTargetSelf: false
|
||||
useDelay: 1
|
||||
whitelist:
|
||||
components:
|
||||
- HumanoidAppearance
|
||||
- Blindable
|
||||
|
||||
- type: entity
|
||||
id: ActionMuteSting
|
||||
@@ -115,6 +125,9 @@
|
||||
event: !type:MuteStingActionEvent
|
||||
canTargetSelf: false
|
||||
useDelay: 1
|
||||
whitelist:
|
||||
components:
|
||||
- HumanoidAppearance
|
||||
|
||||
- type: entity
|
||||
id: ActionHallucinationSting
|
||||
@@ -128,6 +141,9 @@
|
||||
event: !type:HallucinationStingActionEvent
|
||||
canTargetSelf: false
|
||||
useDelay: 1
|
||||
whitelist:
|
||||
components:
|
||||
- HumanoidAppearance
|
||||
|
||||
- type: entity
|
||||
id: ActionCryoSting
|
||||
@@ -141,11 +157,15 @@
|
||||
event: !type:CryoStingActionEvent
|
||||
canTargetSelf: false
|
||||
useDelay: 1
|
||||
whitelist:
|
||||
components:
|
||||
- HumanoidAppearance
|
||||
- Temperature
|
||||
|
||||
- type: entity
|
||||
id: ActionAdrenalineSacs
|
||||
name: changeling-ability-adrenaline-sacks
|
||||
description: changeling-ability-adrenaline-sacks.desc
|
||||
description: changeling-ability-adrenaline-sacks-desc
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
@@ -153,6 +173,8 @@
|
||||
icon: White/Actions/changeling.rsi/adrenaline_sacs.png
|
||||
event: !type:AdrenalineSacsActionEvent
|
||||
useDelay: 1
|
||||
checkConsciousness: false
|
||||
checkCanInteract: false
|
||||
- type: LesserFormRestricted
|
||||
|
||||
- type: entity
|
||||
@@ -166,6 +188,8 @@
|
||||
icon: White/Actions/changeling.rsi/fleshmend.png
|
||||
event: !type:FleshmendActionEvent
|
||||
useDelay: 1
|
||||
checkConsciousness: false
|
||||
checkCanInteract: false
|
||||
- type: LesserFormRestricted
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: alert
|
||||
id: Chemicals
|
||||
category: Health #it's like ghostie health
|
||||
icons:
|
||||
- sprite: /Textures/Interface/Alerts/essence_counter.rsi
|
||||
state: essence0
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
- type: FlashImmunity
|
||||
- type: EyeProtection
|
||||
- type: HiveHead
|
||||
beesAmount: 6
|
||||
|
||||
- type: entity
|
||||
id: ActionReleaseBees
|
||||
|
||||
Reference in New Issue
Block a user