wip: monster card
This commit is contained in:
parent
172ce12e79
commit
bebb7b467b
38 changed files with 772 additions and 22 deletions
15
data/cards/monster/froguvo.tres
Normal file
15
data/cards/monster/froguvo.tres
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://bt1ngixrq4sve"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_ayfld"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8accn4e2ojau" path="res://assets/monster/froggo 1.png" id="1_vlu3d"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ayfld")
|
||||
rock = 20
|
||||
paper = 30
|
||||
scissors = 50
|
||||
energy_cost = 1
|
||||
base_health = 80
|
||||
name = "Froguvo"
|
||||
description = "Ribbit in space."
|
||||
icon = ExtResource("1_vlu3d")
|
||||
Loading…
Add table
Add a link
Reference in a new issue