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