RodrigoToroIcarte / IIC2113-2023-1

6 stars 0 forks source link

Cartas híbridas #191

Open 0DASAC opened 1 year ago

0DASAC commented 1 year ago

No me queda Claro como reconoser cuando una carta es hibrida. ya que en el enunciado solo mencionan cuales debemos implementar en esta entrega.

Por lo que entendi leyendo el enunciado general si una carta tiene mas de un tipo es Hibrida. Por lo tanto la siguente carta deberia ser hibrida:

{ "Title": "Shoulder Block", "Types": [ "Maneuver", "Reversal" ], "Subtypes": [ "Strike", "ReversalSpecial" ], "Fortitude": "0", "Damage": "3", "StunValue": "0", "CardEffect": "May only reverse a maneuver played after the card titled Irish Whip." }

RodrigoToroIcarte commented 1 year ago

Efectivamente. Una carta híbrida es una carta con más de un "Type". Pueden ser "Maneuver/Reversal", "Action/Maneuver" o "Action/Reversal".