wip: monster card
This commit is contained in:
parent
172ce12e79
commit
bebb7b467b
38 changed files with 772 additions and 22 deletions
13
data/cards/monster/cattogato.tres
Normal file
13
data/cards/monster/cattogato.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://bmst884k0myvd"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_hblhq"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_hblhq")
|
||||
rock = 10
|
||||
paper = 10
|
||||
scissors = 200
|
||||
energy_cost = 3
|
||||
base_health = 80
|
||||
name = "Cattogato"
|
||||
description = "Lovely cat wandering in the space."
|
||||
Loading…
Add table
Add a link
Reference in a new issue