Ling update (#183)

* - add: Augmented Eyesight.

* - add: Dissonant Shriek.

* - tweak: Nuke use delays.

* - tweak: Tweak chemical regeneration and chemical costs.

* - add: Add chitinous helmet.

* - fix: Fix chem regeneration while dead.

* - tweak: Faster fleshmend.

* - add: Void Adaptation.

* - tweak: No lesser form delay.

* - tweak: Lesser form tweaks.

* - tweak: Stasis doafter is hidden now.

* - add: Refund after absorbing.

* - tweak: Some tweaks.
This commit is contained in:
Aviu00
2024-03-14 01:19:30 +09:00
committed by GitHub
parent 83c3df1593
commit c05a1d09c2
33 changed files with 529 additions and 130 deletions

View File

@@ -21,7 +21,7 @@
icon: White/Actions/changeling.rsi/absorb.png
event: !type:AbsorbDnaActionEvent
canTargetSelf: false
useDelay: 10
useDelay: 1
- type: LesserFormRestricted
- type: entity
@@ -34,7 +34,7 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/transform.png
event: !type:TransformActionEvent
useDelay: 30
useDelay: 1
- type: entity
id: ActionChangelingRegenerate
@@ -47,8 +47,7 @@
icon: White/Actions/changeling.rsi/reviving_stasis.png
event: !type:RegenerateActionEvent
checkCanInteract: false
useDelay: 120
- type: LesserFormRestricted
useDelay: 1
- type: entity
id: ActionChangelingLesserForm
@@ -60,7 +59,8 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/lesser_form.png
event: !type:LesserFormActionEvent
useDelay: 90
useDelay: 1
checkCanInteract: false
- type: LesserFormRestricted
- type: entity
@@ -74,8 +74,7 @@
icon: White/Actions/changeling.rsi/sting_extract.png
event: !type:ExtractionStingActionEvent
canTargetSelf: false
useDelay: 40
- type: LesserFormRestricted
useDelay: 1
- type: entity
id: ActionTransformSting
@@ -88,8 +87,7 @@
icon: White/Actions/changeling.rsi/sting_transform.png
event: !type:TransformStingActionEvent
canTargetSelf: false
useDelay: 120
- type: LesserFormRestricted
useDelay: 1
- type: entity
id: ActionBlindSting
@@ -102,8 +100,7 @@
icon: White/Actions/changeling.rsi/sting_blind.png
event: !type:BlindStingActionEvent
canTargetSelf: false
useDelay: 30
- type: LesserFormRestricted
useDelay: 1
- type: entity
id: ActionMuteSting
@@ -116,8 +113,7 @@
icon: White/Actions/changeling.rsi/sting_mute.png
event: !type:MuteStingActionEvent
canTargetSelf: false
useDelay: 30
- type: LesserFormRestricted
useDelay: 1
- type: entity
id: ActionHallucinationSting
@@ -130,8 +126,7 @@
icon: White/Actions/changeling.rsi/sting_hallucination.png
event: !type:HallucinationStingActionEvent
canTargetSelf: false
useDelay: 30
- type: LesserFormRestricted
useDelay: 1
- type: entity
id: ActionCryoSting
@@ -144,8 +139,7 @@
icon: White/Actions/changeling.rsi/sting_cryo.png
event: !type:CryoStingActionEvent
canTargetSelf: false
useDelay: 30
- type: LesserFormRestricted
useDelay: 1
- type: entity
id: ActionAdrenalineSacs
@@ -157,7 +151,7 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/adrenaline_sacs.png
event: !type:AdrenalineSacsActionEvent
useDelay: 60
useDelay: 1
- type: LesserFormRestricted
- type: entity
@@ -170,7 +164,7 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/fleshmend.png
event: !type:FleshmendActionEvent
useDelay: 60
useDelay: 1
- type: LesserFormRestricted
- type: entity
@@ -183,7 +177,7 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/arm_blade.png
event: !type:ArmbladeActionEvent
useDelay: 10
useDelay: 1
- type: LesserFormRestricted
- type: entity
@@ -196,7 +190,7 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/shield.png
event: !type:OrganicShieldActionEvent
useDelay: 10
useDelay: 1
- type: LesserFormRestricted
- type: entity
@@ -209,7 +203,7 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/armor.png
event: !type:ChitinousArmorActionEvent
useDelay: 10
useDelay: 1
- type: LesserFormRestricted
- type: entity
@@ -222,7 +216,7 @@
itemIconStyle: NoItem
icon: White/Actions/changeling.rsi/tentacle_arm.png
event: !type:TentacleArmActionEvent
useDelay: 10
useDelay: 1
- type: LesserFormRestricted
- type: entity
@@ -236,4 +230,30 @@
checkCanInteract: false
icon: White/Actions/changeling.rsi/biodegrade.png
event: !type:BiodegradeActionEvent
useDelay: 120
useDelay: 1
- type: entity
id: ActionAugmentedEyesight
name: changeling-ability-eyesight
description: changeling-ability-eyesight-desc
noSpawn: true
components:
- type: InstantAction
itemIconStyle: NoItem
checkCanInteract: false
icon: White/Actions/changeling.rsi/augmented_eyesight.png
event: !type:AugmentedEyesightActionEvent
- type: entity
id: ActionDissonantShriek
name: changeling-ability-dissonant-shriek
description: changeling-ability-dissonant-shriek-desc
noSpawn: true
components:
- type: InstantAction
itemIconStyle: NoItem
checkCanInteract: false
icon: White/Actions/changeling.rsi/dissonant_shriek.png
event: !type:DissonantShriekActionEvent
useDelay: 1
- type: LesserFormRestricted