11 lines
274 B
Text
11 lines
274 B
Text
|
|
# 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
|
||
|
|
}
|