BattleLayout
src.layouts.BattleLayout
Bases: TransformLayout
Battle card layout, introduced in March of the Machine.
Source code in src\layouts.py
1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
|
Attributes
card_class: str = LayoutType.Battle
- Text Info
Functions
defense() -> str
Battle card defense.
Source code in src\layouts.py
1204 1205 1206 1207 |
|