Bug #647 ยป 0085-Granularity-Correct-movment-enablers-move-fragments-.patch
| data/granularity/actions.ruleset | ||
|---|---|---|
|
action = "Unit Move"
|
||
|
actor_reqs =
|
||
|
{ "type", "name", "range", "present"
|
||
|
"MinMoveFrags", "5", "Local", TRUE
|
||
|
"MinMoveFrags", "1", "Local", TRUE
|
||
|
"UnitState", "Transported", "Local", FALSE
|
||
|
}
|
||
| ... | ... | |
|
actor_reqs =
|
||
|
{ "type", "name", "range", "present"
|
||
|
"UnitClass", "Air", "Local", TRUE
|
||
|
"MinMoveFrags", "5", "Local", TRUE
|
||
|
"UnitState", "Transported", "Local", FALSE
|
||
|
}
|
||