Expand description
AI logic for equipment attachment decisions.
Mirrors Java forge/forge-ai/src/main/java/forge/ai/ability/AttachAi.java.
Determines whether the AI should offer an equip ability or skip it.
Functions§
- is_
equip_ ability - Check if an activated ability is an equip/attach ability.
- should_
skip_ equip - Returns
trueif the equip ability onequipment_idshould be skipped (i.e., the AI would not play it because re-equipping is not worthwhile).