religions outfitted
This commit is contained in:
parent
c770f78a27
commit
54da5c3a5b
110 changed files with 68595 additions and 23 deletions
10
common/script_values/00_combat_values.txt
Normal file
10
common/script_values/00_combat_values.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Check for an enemy Knight with at least 80% of our Prowess to be our opponent/wound-inflicter in combat events
|
||||
prowess_for_combat_event_opponent = {
|
||||
value = prowess
|
||||
multiply = 0.8
|
||||
}
|
||||
|
||||
vastly_outnumbered_combat_side_threshold = {
|
||||
value = side_strength
|
||||
multiply = 5
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue