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/orcava.tres
Normal file
13
data/cards/monster/orcava.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://cakkx0o8mifmn"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_xcdwy"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_xcdwy")
|
||||
rock = 30
|
||||
paper = 30
|
||||
scissors = 30
|
||||
energy_cost = 2
|
||||
base_health = 200
|
||||
name = "Orcava"
|
||||
description = "Human try to communicate with me. I simply block them."
|
||||
Loading…
Add table
Add a link
Reference in a new issue