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.
33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
[gd_resource type="Resource" script_class="CharacterCfg" load_steps=10 format=3 uid="uid://rxt1emwats2v"]
|
|
|
|
[ext_resource type="BehaviorTree" uid="uid://qsepxhwekky1" path="res://resource/ai/bullet_simple.tres" id="1_2lpps"]
|
|
[ext_resource type="Resource" uid="uid://dmfr73m28vsqj" path="res://config/attack/sharp_normal_hit_back_hard.tres" id="2_70j82"]
|
|
[ext_resource type="Resource" uid="uid://decgfcx2xsj8i" path="res://config/attack_box/circle_mid.tres" id="3_6gt06"]
|
|
[ext_resource type="Resource" uid="uid://cw7rb4rlfw33q" path="res://config/attack/sharp_heavy_hit_back.tres" id="4_2lpps"]
|
|
[ext_resource type="Resource" uid="uid://dc2iepk6nb7rs" path="res://config/character_move/fly_normal.tres" id="4_70j82"]
|
|
[ext_resource type="Resource" uid="uid://dpajmgrlaytah" path="res://config/character_mp/normal.tres" id="5_1lrf8"]
|
|
[ext_resource type="Script" uid="uid://dt3chi1tgnaef" path="res://script/config/character_cfg.gd" id="6_pyp0d"]
|
|
[ext_resource type="Resource" uid="uid://h1curvk64vm3" path="res://config/character_shield/none.tres" id="7_iotq2"]
|
|
[ext_resource type="Resource" uid="uid://5jes0p152akr" path="res://config/character_stun/none.tres" id="8_euuy0"]
|
|
|
|
[resource]
|
|
script = ExtResource("6_pyp0d")
|
|
name = "hero01"
|
|
type = 2
|
|
sprite_height = 26
|
|
sprite_width = 16
|
|
move = ExtResource("4_70j82")
|
|
shield = ExtResource("7_iotq2")
|
|
stun = ExtResource("8_euuy0")
|
|
mp = ExtResource("5_1lrf8")
|
|
ai_behavior_tree = ExtResource("1_2lpps")
|
|
hp_max = 100.0
|
|
attack = 1.0
|
|
attack1 = ExtResource("2_70j82")
|
|
attack1_box = ExtResource("3_6gt06")
|
|
attack2 = ExtResource("4_2lpps")
|
|
attack2_box = ExtResource("3_6gt06")
|
|
sub_character_auto_create = false
|
|
material_on = 0
|
|
material_off = 0
|