Skip to main content

Module creature_evaluator

Module creature_evaluator 

Source
Expand description

Creature evaluation scoring for AI decision-making.

Mirrors Java forge/forge-ai/src/main/java/forge/ai/CreatureEvaluator.java. Used by AttachAi to decide whether to re-equip equipment.

Functions§

evaluate_creature
Evaluate a creature’s worth for AI decisions. Returns a numeric score where higher = better creature.
evaluate_creature_full
Evaluate a creature with optional P/T and CMC consideration.
is_useless_creature
Check if a creature is “useless” (can’t attack or block effectively).