-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2003 from EaW-Team/general-dev
Release 2.3.1
- Loading branch information
Showing
1,386 changed files
with
324,792 additions
and
214,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
|
||
ability = { | ||
## Special project Changeling Ability | ||
temp_chitin_fob = { ## Change enables_temp_hive_ability_tt loc if making changes in this ability | ||
name = ABILITY_TEMP_CHITIN_FOB | ||
desc = ABILITY_TEMP_CHITIN_FOB_DESC | ||
icon = GFX_ability_extra_suplies | ||
|
||
type = army_leader | ||
|
||
allowed = { | ||
owner = { | ||
is_special_project_completed = sp:sp_temporary_chitin_structures | ||
NOT = { | ||
AND = { | ||
has_war_with = ZRS | ||
has_global_flag = CHN_ZRS_everfree_not_tamed | ||
} | ||
} | ||
} | ||
is_border_war = no | ||
NOT = { has_trait = logistics_wizard } | ||
is_field_marshal = yes | ||
} | ||
|
||
unit_modifiers = { | ||
no_supply_grace = 240 | ||
army_org_regain = 0.05 | ||
} | ||
|
||
one_time_effect = { | ||
supply_units = 84 | ||
} | ||
|
||
cost = 0.15 | ||
duration = 240 | ||
cooldown = 252 | ||
} | ||
|
||
upgraded_temp_chitin_fob = { | ||
name = ABILITY_TEMP_CHITIN_FOB | ||
desc = ABILITY_TEMP_CHITIN_FOB_DESC | ||
icon = GFX_ability_extra_suplies | ||
|
||
type = army_leader | ||
|
||
allowed = { | ||
owner = { | ||
is_special_project_completed = sp:sp_temporary_chitin_structures | ||
NOT = { | ||
AND = { | ||
has_war_with = ZRS | ||
has_global_flag = CHN_ZRS_everfree_not_tamed | ||
} | ||
} | ||
} | ||
has_trait = logistics_wizard | ||
is_border_war = no | ||
} | ||
|
||
unit_modifiers = { | ||
no_supply_grace = 240 | ||
army_org_regain = 0.05 | ||
} | ||
|
||
one_time_effect = { | ||
supply_units = 240 | ||
} | ||
|
||
cost = 0.15 | ||
duration = 360 | ||
cooldown = 252 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.