mucho changes
This commit is contained in:
parent
0918b6c1ed
commit
3b437364c2
146 changed files with 141607 additions and 11 deletions
|
|
@ -0,0 +1,39 @@
|
|||
|
||||
CharacterDifficulty = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
localization_key = impossibly_hard_difficult
|
||||
trigger = {
|
||||
character_difficulty_value >= 500
|
||||
}
|
||||
}
|
||||
|
||||
text = {
|
||||
localization_key = extremely_hard_difficult
|
||||
trigger = {
|
||||
character_difficulty_value < 500
|
||||
character_difficulty_value >= 300
|
||||
}
|
||||
}
|
||||
|
||||
text = {
|
||||
localization_key = very_hard_difficult
|
||||
trigger = {
|
||||
character_difficulty_value < 300
|
||||
character_difficulty_value >= 150
|
||||
}
|
||||
}
|
||||
|
||||
text = {
|
||||
localization_key = hard_difficult
|
||||
trigger = {
|
||||
character_difficulty_value < 150
|
||||
character_difficulty_value >= 50
|
||||
}
|
||||
}
|
||||
|
||||
text = {
|
||||
localization_key = normal_difficult
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue