Rules updated to unhardcode cloak diable on criticalHP
Rules updated for CNC mod (uncloak on critical HP) STNK, stealth crate are affected Rules updated for D2K mod (uncloak on critical HP) Saboteur, fremen, stealth raider affected Rules updated for RA mod (uncloak on critical HP) Affects Hijacker, sniper, sub, msub, hbox, stnk. Mines are not affected, they are not exactly "stealth". Hijackers and snipers aren't machines and should be able to hide themselves even when they are wounded but for least surprise to players, uncloaking stays as well. Rules updated for TS mod (uncloak on critical HP) Only affects STNK. Things that are cloak generators will stay cloaked even when critical HP! The cloak generation mechanism is by the cloak generator!
This commit is contained in:
@@ -125,9 +125,12 @@
|
||||
CloakDelay: 90
|
||||
CloakSound: trans1.aud
|
||||
UncloakSound: trans1.aud
|
||||
RequiresCondition: cloak
|
||||
RequiresCondition: cloak && !uncloak
|
||||
ExternalCondition@CLOAK:
|
||||
Condition: cloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
|
||||
^Vehicle:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
|
||||
@@ -547,6 +547,10 @@ STNK:
|
||||
CloakDelay: 90
|
||||
CloakSound: trans1.aud
|
||||
UncloakSound: trans1.aud
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
Armament:
|
||||
Weapon: 227mm.stnk
|
||||
LocalOffset: 213,43,128, 213,-43,128
|
||||
|
||||
@@ -152,6 +152,10 @@ fremen:
|
||||
CloakSound: STEALTH1.WAV
|
||||
UncloakSound: STEALTH2.WAV
|
||||
IsPlayerPalette: true
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
-MustBeDestroyed:
|
||||
Voiced:
|
||||
VoiceSet: FremenVoice
|
||||
@@ -246,6 +250,10 @@ saboteur:
|
||||
UncloakSound: STEALTH2.WAV
|
||||
UncloakOn: Attack, Unload, Infiltrate, Demolish, Move, Damage
|
||||
IsPlayerPalette: true
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
Voiced:
|
||||
VoiceSet: SaboteurVoice
|
||||
|
||||
|
||||
@@ -394,6 +394,10 @@ stealth_raider:
|
||||
CloakSound: STEALTH1.WAV
|
||||
UncloakSound: STEALTH2.WAV
|
||||
IsPlayerPalette: true
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
AutoTarget:
|
||||
InitialStance: HoldFire
|
||||
InitialStanceAI: ReturnFire
|
||||
|
||||
@@ -508,6 +508,10 @@ HIJACKER:
|
||||
UncloakOn: Attack, Unload, Infiltrate, Demolish, Move
|
||||
CloakTypes: Cloak, Hijacker
|
||||
IsPlayerPalette: true
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
Mobile:
|
||||
Speed: 85
|
||||
|
||||
@@ -589,6 +593,10 @@ SNIPER:
|
||||
UncloakSound:
|
||||
UncloakOn: Attack, Unload, Infiltrate, Demolish, Move
|
||||
IsPlayerPalette: true
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
DetectCloaked:
|
||||
CloakTypes: Cloak, Hijacker
|
||||
Range: 6c0
|
||||
|
||||
@@ -36,6 +36,10 @@ SS:
|
||||
UncloakSound: subshow1.aud
|
||||
CloakedCondition: underwater
|
||||
Palette: submerged
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
Armament:
|
||||
Weapon: TorpTube
|
||||
LocalOffset: 0,-171,0, 0,171,0
|
||||
@@ -93,6 +97,10 @@ MSUB:
|
||||
UncloakSound: subshow1.aud
|
||||
CloakedCondition: underwater
|
||||
Palette: submerged
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
Armament@PRIMARY:
|
||||
Weapon: SubMissile
|
||||
LocalOffset: 0,-171,0, 0,171,0
|
||||
|
||||
@@ -626,6 +626,10 @@ HBOX:
|
||||
InitialDelay: 125
|
||||
CloakDelay: 60
|
||||
IsPlayerPalette: true
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
Turreted:
|
||||
TurnSpeed: 255
|
||||
-QuantizeFacingsFromSequence:
|
||||
|
||||
@@ -779,6 +779,10 @@ STNK:
|
||||
CloakSound: appear1.aud
|
||||
UncloakSound: appear1.aud
|
||||
IsPlayerPalette: true
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
DetectCloaked:
|
||||
Range: 7c0
|
||||
-MustBeDestroyed:
|
||||
|
||||
@@ -396,6 +396,10 @@ STNK:
|
||||
UncloakSound: cloak5.aud
|
||||
IsPlayerPalette: true
|
||||
UncloakOn: Attack, Unload, Infiltrate, Demolish, Damage
|
||||
RequiresCondition: !uncloak
|
||||
GrantConditionOnDamageState@UNCLOAK:
|
||||
Condition: uncloak
|
||||
ValidDamageStates: Critical
|
||||
Armament:
|
||||
Weapon: Dragon
|
||||
LocalOffset: 213,43,298, 213,-43,298
|
||||
|
||||
Reference in New Issue
Block a user