wip: monster card

This commit is contained in:
kennetha123 2025-01-25 22:00:20 +07:00
parent 172ce12e79
commit bebb7b467b
38 changed files with 772 additions and 22 deletions

View file

@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://cs7q8i7bvohmj"]
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_n3oql"]
[resource]
script = ExtResource("1_n3oql")
rock = 100
paper = 40
scissors = 80
energy_cost = 3
base_health = 170
name = "Capytain"
description = "A big, hungry capybara"