Fixes
This commit is contained in:
parent
0e3ed408cd
commit
2eeec6f60b
7 changed files with 2116 additions and 19 deletions
99
common/modifier_definition_formats/NEOW_definitions.txt
Normal file
99
common/modifier_definition_formats/NEOW_definitions.txt
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
tells_attrition_mult = {
|
||||
decimals = 0
|
||||
color = bad
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_cancel_negative_supply = {
|
||||
prefix = MOD_SUPPLY_PREFIX
|
||||
decimals = 0
|
||||
}
|
||||
|
||||
tells_advantage = {
|
||||
prefix = MOD_ADVANTAGE_PREFIX
|
||||
decimals = 0
|
||||
}
|
||||
|
||||
tells_min_combat_roll = {
|
||||
decimals = 0
|
||||
}
|
||||
|
||||
tells_max_combat_roll = {
|
||||
decimals = 0
|
||||
}
|
||||
|
||||
tells_development_growth = {
|
||||
prefix = MOD_DEVELOPMENT_PREFIX
|
||||
decimals = 1
|
||||
}
|
||||
|
||||
tells_development_growth_factor = {
|
||||
prefix = MOD_DEVELOPMENT_PREFIX
|
||||
decimals = 1
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_construction_gold_cost = {
|
||||
decimals = 0
|
||||
color = bad
|
||||
prefix = MOD_GOLD_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_holding_construction_gold_cost = {
|
||||
decimals = 0
|
||||
color = bad
|
||||
prefix = MOD_GOLD_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_construction_piety_cost = {
|
||||
decimals = 0
|
||||
color = bad
|
||||
prefix = MOD_PIETY_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_holding_construction_piety_cost = {
|
||||
decimals = 0
|
||||
color = bad
|
||||
prefix = MOD_PIETY_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_construction_prestige_cost = {
|
||||
decimals = 0
|
||||
color = bad
|
||||
prefix = MOD_PRESTIGE_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_holding_construction_prestige_cost = {
|
||||
decimals = 0
|
||||
color = bad
|
||||
prefix = MOD_PRESTIGE_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_supply_limit = {
|
||||
prefix = MOD_SUPPLY_PREFIX
|
||||
decimals = 0
|
||||
}
|
||||
|
||||
tells_supply_limit_mult = {
|
||||
prefix = MOD_SUPPLY_PREFIX
|
||||
decimals = 0
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_tax_mult = {
|
||||
decimals = 0
|
||||
prefix = MOD_GOLD_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
|
||||
tells_levy_size = {
|
||||
decimals = 0
|
||||
prefix = MOD_SOLDIER_PREFIX
|
||||
percent = yes
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue