Jarvis-Yu

Results 3 issues of Jarvis-Yu

Tested with Python3.10, `fb()` is 4 times slower than `fa()` ```py def simple_function(): if random.random() < 0.5: return 1 else: return 0 def fa(): return simple_function() def fb(): from module...

Hard
low-priority

Tests were performed showing cards like _Absorbing Prism_ cannot trigger status effects that are described as _"After Your Character uses a Skill"_.

bug
Medium
high-priority

This [video](https://www.bilibili.com/video/BV1v6YkeHE54) shows there exists a 200-card limit on the deck cards. Apply this restriction to `dgisim`.

Easy