2024-06-26 20:31:17

This commit is contained in:
actions[bot]
2024-06-26 20:31:17 +08:00
parent ed7dc34237
commit ac6195ac46
6808 changed files with 624025 additions and 0 deletions

View File

@@ -0,0 +1,429 @@
leader_attack_skills = {
### NAVY ###
1 = {
cost = 100
type = navy
modifier = {
naval_damage_factor = 0.05
}
}
2 = {
cost = 200
type = navy
modifier = {
naval_damage_factor = 0.10
}
}
3 = {
cost = 400
type = navy
modifier = {
naval_damage_factor = 0.15
}
}
4 = {
cost = 800
type = navy
modifier = {
naval_damage_factor = 0.20
}
}
5 = {
cost = 1600
type = navy
modifier = {
naval_damage_factor = 0.25
}
}
6 = {
cost = 3200
type = navy
modifier = {
naval_damage_factor = 0.30
}
}
7 = {
cost = 6400
type = navy
modifier = {
naval_damage_factor = 0.35
}
}
8 = {
cost = 12800
type = navy
modifier = {
naval_damage_factor = 0.40
}
}
9 = {
cost = 25600
type = navy
modifier = {
naval_damage_factor = 0.45
}
}
10 = {
cost = 51200
type = navy
modifier = {
naval_damage_factor = 0.50
}
}
11 = {
cost = 61200
type = navy
modifier = {
naval_damage_factor = 0.55
}
}
12 = {
cost = 71200
type = navy
modifier = {
naval_damage_factor = 0.60
}
}
13 = {
cost = 81200
type = navy
modifier = {
naval_damage_factor = 0.65
}
}
14 = {
cost = 91200
type = navy
modifier = {
naval_damage_factor = 0.70
}
}
15 = {
cost = 101200
type = navy
modifier = {
naval_damage_factor = 0.75
}
}
### Corps Commander ###
1 = {
cost = 100
type = corps_commander
modifier = {
offence = 0.025
}
}
2 = {
cost = 200
type = corps_commander
modifier = {
offence = 0.05
}
}
3 = {
cost = 400
type = corps_commander
modifier = {
offence = 0.075
}
}
4 = {
cost = 800
type = corps_commander
modifier = {
offence = 0.10
}
}
5 = {
cost = 1600
type = corps_commander
modifier = {
offence = 0.125
}
}
6 = {
cost = 3200
type = corps_commander
modifier = {
offence = 0.15
}
}
7 = {
cost = 6400
type = corps_commander
modifier = {
offence = 0.175
}
}
8 = {
cost = 12800
type = corps_commander
modifier = {
offence = 0.20
}
}
9 = {
cost = 25600
type = corps_commander
modifier = {
offence = 0.225
}
}
10 = {
cost = 51200
type = corps_commander
modifier = {
offence = 0.25
}
}
11 = {
cost = 61200
type = corps_commander
modifier = {
offence = 0.275
}
}
12 = {
cost = 71200
type = corps_commander
modifier = {
offence = 0.3
}
}
13 = {
cost = 81200
type = corps_commander
modifier = {
offence = 0.325
}
}
14 = {
cost = 91200
type = corps_commander
modifier = {
offence = 0.35
}
}
15 = {
cost = 101200
type = corps_commander
modifier = {
offence = 0.375
}
}
16 = {
cost = 111200
type = corps_commander
modifier = {
offence = 0.4
}
}
17 = {
cost = 121200
type = corps_commander
modifier = {
offence = 0.425
}
}
18 = {
cost = 131200
type = corps_commander
modifier = {
offence = 0.45
}
}
19 = {
cost = 141200
type = corps_commander
modifier = {
offence = 0.475
}
}
20 = {
cost = 151200
type = corps_commander
modifier = {
offence = 0.5
}
}
### Field Marshal ###
1 = {
cost = 100
type = field_marshal
modifier = {
offence = 0.025
}
}
2 = {
cost = 200
type = field_marshal
modifier = {
offence = 0.05
}
}
3 = {
cost = 400
type = field_marshal
modifier = {
offence = 0.075
}
}
4 = {
cost = 800
type = field_marshal
modifier = {
offence = 0.10
}
}
5 = {
cost = 1600
type = field_marshal
modifier = {
offence = 0.125
}
}
6 = {
cost = 3200
type = field_marshal
modifier = {
offence = 0.15
}
}
7 = {
cost = 6400
type = field_marshal
modifier = {
offence = 0.175
}
}
8 = {
cost = 12800
type = field_marshal
modifier = {
offence = 0.2
}
}
9 = {
cost = 25600
type = field_marshal
modifier = {
offence = 0.225
}
}
10 = {
cost = 51200
type = field_marshal
modifier = {
offence = 0.25
}
}
11 = {
cost = 61200
type = field_marshal
modifier = {
offence = 0.275
}
}
12 = {
cost = 71200
type = field_marshal
modifier = {
offence = 0.3
}
}
13 = {
cost = 81200
type = field_marshal
modifier = {
offence = 0.325
}
}
14 = {
cost = 91200
type = field_marshal
modifier = {
offence = 0.35
}
}
15 = {
cost = 101200
type = field_marshal
modifier = {
offence = 0.375
}
}
16 = {
cost = 111200
type = field_marshal
modifier = {
offence = 0.4
}
}
17 = {
cost = 121200
type = field_marshal
modifier = {
offence = 0.425
}
}
18 = {
cost = 131200
type = field_marshal
modifier = {
offence = 0.45
}
}
19 = {
cost = 141200
type = field_marshal
modifier = {
offence = 0.475
}
}
20 = {
cost = 151200
type = field_marshal
modifier = {
offence = 0.5
}
}
}