You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.2 KiB
Plaintext

1 year ago
[gd_resource type="Resource" script_class="CharacterCfg" load_steps=8 format=3 uid="uid://efaynwj7143w"]
1 year ago
[ext_resource type="Resource" uid="uid://ctbdt77yyubxn" path="res://config/attack/blunt_normal_hit_up.tres" id="1_4vq22"]
[ext_resource type="Resource" uid="uid://bhxq1uffxyda8" path="res://config/attack_box/circle_normal_thin.tres" id="2_ewiqr"]
[ext_resource type="Resource" uid="uid://dpajmgrlaytah" path="res://config/character_mp/normal.tres" id="2_hrxfp"]
1 year ago
[ext_resource type="Resource" uid="uid://iv8g1x3bkxvv" path="res://config/character_move/fast_fly.tres" id="3_gqffj"]
[ext_resource type="Script" path="res://script/config/character_cfg.gd" id="3_p63bn"]
[ext_resource type="Resource" uid="uid://h1curvk64vm3" path="res://config/character_shield/none.tres" id="4_qnn3b"]
[ext_resource type="Resource" uid="uid://5jes0p152akr" path="res://config/character_stun/none.tres" id="6_y4hsh"]
[resource]
script = ExtResource("3_p63bn")
name = "hero01"
type = 2
1 year ago
sprite_height = 26
1 year ago
sprite_width = 16
move = ExtResource("3_gqffj")
shield = ExtResource("4_qnn3b")
stun = ExtResource("6_y4hsh")
mp = ExtResource("2_hrxfp")
hp_max = 100.0
attack = 10.0
1 year ago
attack1 = ExtResource("1_4vq22")
attack1_box = ExtResource("2_ewiqr")