issues
search
scarf005
/
Marisa
A continuation mod for Slay The Spire, which adds Marisa from touhou project as a playable character.
Other
15
stars
7
forks
source link
create `AmplifiedCard`
#151
Closed
scarf005
closed
1 year ago
scarf005
commented
1 year ago
Summary
[ ] create new abstract class
AmplifiedCard
[ ] inherit chain:
CustomCard
->
AmplifiedCard
->
AmplifiedAttack
[ ] have public val
amplifyCost
[ ] move marisaContinued's fun
amplify
into
AmplifiedCard
[ ] make
amplify
(now) method use
amplifyCost
instead of parameter
Summary
AmplifiedCard
CustomCard
->AmplifiedCard
->AmplifiedAttack
amplifyCost
amplify
intoAmplifiedCard
amplify
(now) method useamplifyCost
instead of parameter