LPSim / backend

LPSim: Genius Invokation TCG simulator 七圣召唤水皇模拟器 :sparkles: 4.5已更新
https://pypi.org/project/lpsim/
GNU Affero General Public License v3.0
16 stars 3 forks source link

Unify revive action #110

Open zyr17 opened 6 months ago

zyr17 commented 6 months ago

currently revive used different action, passive revive use make_damage, and active revive use CharacterReviveAction. active revive should also trigger MakeDamageEventArguments, and then passive revive should use CharacterReviveAction. Maybe add mark to hint whether is active.