SlappedWithSilence / TXEnginePy

A Python port of the original TXEngine project
3 stars 0 forks source link

Implement ResourceEffect #37

Closed SlappedWithSilence closed 9 months ago

SlappedWithSilence commented 1 year ago

A ResourceEffect is a CombatEffect that modifies resource by a flat or % quantity.

SlappedWithSilence commented 1 year ago

Finished single int, multi int, single float.

Still need to add multi float, mixed type, and flow tests.