1
0
Fork 0
spacetac/cards/spawn_breeze.tscn

24 lines
607 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://cards/spawn_breeze.png" type="Texture" id=1]
[ext_resource path="res://cards/base_card.tscn" type="PackedScene" id=2]
[ext_resource path="res://units/breeze.tscn" type="PackedScene" id=3]
[node name="spawn_breeze" instance=ExtResource( 2 )]
title = "Breeze"
portrait = ExtResource( 1 )
spawned_unit = ExtResource( 3 )
[node name="title" parent="." index="1"]
text = "Breeze"
[node name="portrait" parent="." index="2"]
texture = ExtResource( 1 )
[node name="points" parent="." index="3"]
visible = true
move = 2
hull = 1
shield = 2
damage = 2