Skip to content

Commit

Permalink
Change flux stealth effect: -30 stealth for two turns if the ship sto…
Browse files Browse the repository at this point in the history
…ps in a system
  • Loading branch information
Axel Groß committed Nov 4, 2021
1 parent a2c7506 commit 208ef26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
@@ -1,7 +1,7 @@
SPATIAL_FLUX_STEALTH_EFFECTS
'''EffectsGroup
scope = Source
activation = Not Stationary
activation = (Source.ArrivedOnTurn >= CurrentTurn - 1)
accountinglabel = "SPATIAL_FLUX_MALUS"
effects = SetStealth value = Value - 30

Expand Down
9 changes: 6 additions & 3 deletions default/stringtables/en.txt
Expand Up @@ -15490,7 +15490,7 @@ Spatial Flux Hull
SH_SPATIAL_FLUX_DESC
'''This tiny hull is capable of decent speed over long distances due to the power of the [[tech SHP_SPACE_FLUX_DRIVE]]. It has only two external slots however, and its max [[metertype METER_STRUCTURE]] is low.

[[metertype METER_STEALTH]] starts at 15, is increased by 10 when passive, but reduced by 30 on any turn it remains in transit. Technology advances such as [[tech SPY_STEALTH_PART_1]] allow crews to increase the stealth of the craft by [[value SPATIAL_FLUX_STEALTH_TECH_BONUS]] each.
[[FLUX_STEALTH_DESC]]

[[metertype METER_DETECTION]] is medium and [[metertype METER_SPEED]] is average.

Expand All @@ -15502,7 +15502,7 @@ Spatial Flux Bubble Hull
SH_SPACE_FLUX_BUBBLE_DESC
'''This tiny hull is capable of decent speed over long distances due to the power of the [[tech SHP_SPACE_FLUX_BUBBLE]]. It has only one internal slots however, and its max [[metertype METER_STRUCTURE]] is low.

[[metertype METER_STEALTH]] starts at 15, is increased by 10 when passive, but reduced by 30 on any turn it remains in transit. Technology advances such as [[tech SPY_STEALTH_PART_1]] allow crews to increase the stealth of the craft by [[value SPATIAL_FLUX_STEALTH_TECH_BONUS]] each.
[[FLUX_STEALTH_DESC]]

[[metertype METER_DETECTION]] is medium and [[metertype METER_SPEED]] is average.

Expand All @@ -15514,12 +15514,15 @@ Spatial Flux Composite Hull
SH_SPACE_FLUX_COMPOSITE_DESC
'''Expensive special purpose built ship built around a single core part using [[tech SHP_SPACE_FLUX_COMPOSITION]]. It has one core slot and one external slot, and its max [[metertype METER_STRUCTURE]] is high.

[[metertype METER_STEALTH]] starts at 15, is increased by 10 when passive, but reduced by 30 on any turn it remains in transit. Technology advances such as [[tech SPY_STEALTH_PART_1]] allow crews to increase the stealth of the craft by [[value SPATIAL_FLUX_STEALTH_TECH_BONUS]] each.
[[FLUX_STEALTH_DESC]]

[[metertype METER_DETECTION]] is medium and [[metertype METER_SPEED]] is average.

[[BLD_SHIPYARD_BASE_ORBITAL_DRYDOCK_REQUIRED]]'''

FLUX_STEALTH_DESC
[[metertype METER_STEALTH]] starts at 15, and is increased by 10 when passive. Technology advances such as [[tech SPY_STEALTH_PART_1]] allow crews to increase the stealth of the craft by [[value SPATIAL_FLUX_STEALTH_TECH_BONUS]] each. If the ship stops in a system, the flux coherence breaks down decreasing stealth by 30 for two turns.

SH_SELF_GRAVITATING
Self-Gravitating Hull

Expand Down

0 comments on commit 208ef26

Please sign in to comment.