iamnande / cardmod

CardMod is an API to handle Card->Magic Calculations for Final Fantasy VIII.
0 stars 0 forks source link

feat(schema): support "Limit Break" pseudo magic types #10

Closed iamnande closed 2 years ago

iamnande commented 2 years ago

they're not quite magic but they're treated the same. magic would need a category or type attribute with an enum of either: Magic or Limit Break (still technically can be/contain magic IG so....)

Gesper Card > Black Hole > Degenerator (Level 1) 4x Malboro Card > Malboro Tentacle > Bad Breath (Level 5) 10x Ruby Dragon Card > Inferno Fang > Fire Breath (Level 5) 10x Behemoth Card > Barrier > Mighty Guard (Level 5) SAM08G Card > Running Fire > Gatling Gun (Level 3) Fastitocalon Card > Water Crystal > Aqua Breath (Level 3) Creeps Card > Coral Fragment > Electrocute (Level 2) Gayla Card > Mystery Fluid > Acid (Level 1) Tri-Face Card > Curse Spike > L?Death (Level 3) Caterchipillar Card > Spider Web > Ultra Waves (Level 1; if you fought a Caterchipillar you might already have this)

iamnande commented 2 years ago

closed with #23