Skip to content

Commit

Permalink
- refactoring 'Rotten Core' to 'Etherial Energy Enforcer' due to feed…
Browse files Browse the repository at this point in the history
…back, changing tech prequesits and increasing research cost
  • Loading branch information
st-pa-fo committed Feb 19, 2022
1 parent af015d6 commit d49fc9f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Part
name = "SP_CORE_ROTTEN"
description = "SP_CORE_ROTTEN_DESC"
name = "SP_ETHERIAL_ENERGY_ENFORCER"
description = "SP_ETHERIAL_ENERGY_ENFORCER_DESC"
class = General
damage = 0
destroyFightersPerBattleMax = 0
mountableSlotTypes = Core
buildcost = 200 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]]
buildcost = 250 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]]
buildtime = 7
tags = [ "PEDIA_PC_GENERAL" ]
location = All
Expand All @@ -21,6 +21,6 @@ Part
stackinggroup = "ROTTEN_CORE_STACKING"
effects = MoveTowards speed = -Target.Speed x = Source.X y = Source.Y
]
icon = "icons/ship_parts/rotten_core.png"
icon = "icons/ship_parts/etherial_energy_enforcer.png"

#include "/scripting/common/upkeep.macros"
18 changes: 0 additions & 18 deletions default/scripting/techs/ship_weapons/SHP_ROTTEN_CORE.focs.txt

This file was deleted.

18 changes: 18 additions & 0 deletions default/scripting/techs/spy/SHP_ETHERIAL_ENERGY_ENFORCER.focs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Tech
name = "SHP_ETHERIAL_ENERGY_ENFORCER"
description = "SHP_ETHERIAL_ENERGY_ENFORCER_DESC"
short_description = "SHIP_PART_UNLOCK_SHORT_DESC"
category = "SPY_CATEGORY"
researchcost = 250 * [[TECH_COST_MULTIPLIER]]
researchturns = 10
tags = [ "PEDIA_SHIP_WEAPONS_CATEGORY" ]
prerequisites = [
"SPY_LIGHTHOUSE"
"SPY_STEALTH_PART_1"
]
unlock = [
Item type = ShipPart name = "SP_ETHERIAL_ENERGY_ENFORCER"
]
graphic = "icons/ship_parts/etherial_energy_enforcer.png"

#include "/scripting/common/base_prod.macros"
14 changes: 7 additions & 7 deletions default/stringtables/en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14140,11 +14140,11 @@ Biobombers
SHP_BIOBOMBER_DESC
Living bombers designed to target ships and planets. Far more effective than regular bombers. [[BLD_BIONEURAL_REQUIRED_ANY_SYSTEM]]

SHP_CORE_ROTTEN
Rotten Core
SHP_ETHERIAL_ENERGY_ENFORCER
Etherial Energy Enforcement

SHP_CORE_ROTTEN_DESC
A generally devious and nefarious weapon to manipulate large scale fields on the galactic map.
SHP_ETHERIAL_ENERGY_ENFORCER_DESC
A generally devious and nefarious technique to manipulate large scale fields on the galactic map.

SHP_NOVA_BOMB
Nova Bomb
Expand Down Expand Up @@ -15272,10 +15272,10 @@ Upgrading the weapon technology will increase the shot damage.

The weapon's [[encyclopedia DAMAGE_TITLE]] is a combination of the shot damage and any active modifiers. Piloting trait does not affect damage.'''

SP_CORE_ROTTEN
Rotten Core
SP_ETHERIAL_ENERGY_ENFORCER
Etherial Energy Enforcer

SP_CORE_ROTTEN_DESC
SP_ETHERIAL_ENERGY_ENFORCER_DESC
Manipulates etherial cosmic energies in such a way as to attract all mobile fields with negative effects such as [[fieldtype FLD_ION_STORM]] or [[fieldtype FLD_VOID_RIFT]], and to repel all mobile fields with positive effects such as [[fieldtype FLD_METEOR_BLIZZARD]] or [[fieldtype FLD_NANITE_SWARM]].

SR_SPINAL_ANTIMATTER
Expand Down

0 comments on commit d49fc9f

Please sign in to comment.