14 lines
361 B
Text
14 lines
361 B
Text
|
|
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://shri5ne51s74"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_70s4q"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_70s4q")
|
||
|
|
rock = 60
|
||
|
|
paper = 60
|
||
|
|
scissors = 10
|
||
|
|
energy_cost = 2
|
||
|
|
base_health = 100
|
||
|
|
name = "Prankie"
|
||
|
|
description = "I'm not pranking anyone. Yet."
|