-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
586 changed files
with
282,525 additions
and
69,023 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
ability = { | ||
jap_last_stand = { | ||
name = ABILITY_LAST_STAND | ||
desc = ABILITY_LAST_STAND_DESC | ||
|
||
sound_effect = command_power_ability_offensive | ||
|
||
type = army_leader | ||
|
||
allowed = { | ||
is_leading_army_group = no | ||
is_border_war = no | ||
OWNER = { | ||
OR = { | ||
has_completed_focus = JAP_warrior_spirit | ||
# has_completed_focus = SPA_cultivate_fanaticism | ||
} | ||
} | ||
} | ||
|
||
cost = 0.05 | ||
duration = 168 | ||
|
||
one_time_effect = { | ||
add_temporary_buff_to_units = { | ||
combat_defense = 0.2 | ||
combat_entrenchment = 0.25 | ||
org_damage_multiplier = -1.0 | ||
str_damage_multiplier = 0.6 | ||
cannot_retreat_while_defending = 1.0 | ||
|
||
days = 7 | ||
tooltip = ABILITY_LAST_STAND_TOOLTIP | ||
} | ||
} | ||
|
||
ai_will_do = { | ||
factor = -1 | ||
modifier = { | ||
FROM = { | ||
has_war_support > 0.4 | ||
} | ||
|
||
check_variable = { num_units_defensive_combats > 6 } | ||
|
||
set_temp_variable = { temp = avg_defensive_combat_status } | ||
check_variable = { temp < 0.40 } | ||
check_variable = { ai_random > temp } | ||
|
||
add = 2 | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.
7ce0865
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Wolferos There is a lot of changes in the localisation file organisation.
The translation in files starting by zreplace should be extracted in other files to have the same scope as the English texts ?