tcg/data/cards/monster/quackle.tres

16 lines
502 B
Text
Raw Permalink 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://dnf3gpji5prlr"]
2025-01-25 22:00:20 +07:00
2025-01-26 11:30:35 +07:00
[ext_resource type="Texture2D" uid="uid://ujke0x73f77b" path="res://assets/monster/duck 1.png" id="1_4f7pv"]
2025-01-25 22:00:20 +07:00
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_a8rjn"]
[resource]
script = ExtResource("1_a8rjn")
rock = 50
paper = 20
scissors = 40
energy_cost = 1
base_health = 70
name = "Quackle"
description = "Quack! Quack! No one notice me."
2025-01-26 11:30:35 +07:00
icon = ExtResource("1_4f7pv")