You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it any information about decreasing which type of energy (if a Pokemon has two types of energy, now I just simply loop to remove in a specific order)?
What happened if the amount is larger than the attached energy amount? (Now I just remove all of them instead of giving any error message)?
The implementation code is inside the EnergyCost.java method deenergy().
Should be implemented in DeEnergize.use().
AbilityPartDeenergize contains a target and an amount.
• owner of target removes [amount] energy from that [target] pokemon.
Target can be acquired using owner.getTarget(targetBoard, target);, which should give back a pokemon card.
Amount of energy can be acquired using amount.evaluateAsExpression(targetBoard, owner), which returns an integer
The text was updated successfully, but these errors were encountered: