13 lines
377 B
Text
13 lines
377 B
Text
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://myxgsyerrdla"]
|
|
|
|
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_1j36c"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_1j36c")
|
|
rock = 40
|
|
paper = 10
|
|
scissors = 10
|
|
energy_cost = 1
|
|
base_health = 120
|
|
name = "Gilli"
|
|
description = "There is a huge monster looking at me everyday."
|