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.

28 lines
1.3 KiB
Plaintext

1 year ago
[gd_resource type="Resource" script_class="CharacterCfg" load_steps=8 format=3 uid="uid://bjvrih37ni5nx"]
2 years ago
[ext_resource type="Script" path="res://script/config/character_cfg.gd" id="1_2054l"]
[ext_resource type="Resource" uid="uid://dx54fjf5t0uu8" path="res://config/character_move/normal.tres" id="1_ebj0w"]
[ext_resource type="SpriteFrames" uid="uid://cwe8setoi6bd" path="res://resource/animation/character/hero01_move.aseprite" id="2_cssb0"]
2 years ago
[ext_resource type="Resource" uid="uid://815to6lq2qfs" path="res://config/character_mp/player.tres" id="2_wo8op"]
2 years ago
[ext_resource type="Resource" uid="uid://dlaekoamystx3" path="res://config/character_shield/normal.tres" id="3_5l0vx"]
2 years ago
[ext_resource type="Resource" uid="uid://cac6mk6g078vn" path="res://config/character_stun/normal.tres" id="6_i7bnp"]
1 year ago
[ext_resource type="Resource" uid="uid://b7e0vtpo7ox58" path="res://config/character/hero01_soul.tres" id="7_vfx1h"]
2 years ago
[resource]
script = ExtResource("1_2054l")
name = "hero01"
1 year ago
type = 0
2 years ago
sprite_frames = ExtResource("2_cssb0")
1 year ago
sprite_height = 50
2 years ago
sprite_width = 16
move = ExtResource("1_ebj0w")
2 years ago
shield = ExtResource("3_5l0vx")
2 years ago
stun = ExtResource("6_i7bnp")
mp = ExtResource("2_wo8op")
2 years ago
hp_max = 100.0
2 years ago
attack = 10.0
1 year ago
sub_character = ExtResource("7_vfx1h")
10 months ago
sub_character_auto_create = true
10 months ago
material_on = 0
material_off = 0