tcg/data/cards/monster/capytain.tres

16 lines
501 B
Text
Raw Normal View History

2025-01-26 11:30:35 +07:00
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://cs7q8i7bvohmj"]
2025-01-25 11:57:55 +07:00
2025-01-26 11:30:35 +07:00
[ext_resource type="Texture2D" uid="uid://c72q2py2vj6j4" path="res://assets/monster/capybara 1.png" id="1_mulam"]
2025-01-25 22:00:20 +07:00
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_n3oql"]
2025-01-25 11:57:55 +07:00
[resource]
2025-01-25 22:00:20 +07:00
script = ExtResource("1_n3oql")
2025-01-25 11:57:55 +07:00
rock = 100
2025-01-25 22:00:20 +07:00
paper = 40
scissors = 80
2025-01-25 11:57:55 +07:00
energy_cost = 3
base_health = 170
2025-01-25 22:00:20 +07:00
name = "Capytain"
description = "A big, hungry capybara"
2025-01-26 11:30:35 +07:00
icon = ExtResource("1_mulam")