14 lines
369 B
Text
14 lines
369 B
Text
|
|
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://bmst884k0myvd"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_hblhq"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_hblhq")
|
||
|
|
rock = 10
|
||
|
|
paper = 10
|
||
|
|
scissors = 200
|
||
|
|
energy_cost = 3
|
||
|
|
base_health = 80
|
||
|
|
name = "Cattogato"
|
||
|
|
description = "Lovely cat wandering in the space."
|