Skip to content

Commit

Permalink
Open Beta 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolferos committed Feb 26, 2020
1 parent a06c044 commit 7ce0865
Show file tree
Hide file tree
Showing 586 changed files with 282,525 additions and 69,023 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

**Project Lead:** Wolferos

**Current Version:** 0.9
**Current Version:** 0.9.1

**Compatible with:** Hearts of Iron IV "Fork" (with or without Paid DLC)
**Compatible with:** Hearts of Iron IV "Husky" (with or without Paid DLC)

**Supported Languages:**
- English
Expand Down
4 changes: 2 additions & 2 deletions mod/TheGreatWar.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ tags={
"Technologies"
}
picture="tgw_picture.png"
version="0.9"
supported_version="1.8.*"
version="0.9.1"
supported_version="1.9.*"
remote_file_id="699709023"
54 changes: 54 additions & 0 deletions mod/thegreatwar/common/abilities/JAP_abilities.txt
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
}
}
}
}
Loading

1 comment on commit 7ce0865

@NicolasGrosjean
Copy link
Contributor

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 ?

Please sign in to comment.