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.
30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
[gd_resource type="Resource" script_class="CharacterCfg" load_steps=9 format=3 uid="uid://dmfh54jffhx28"]
|
|
|
|
[ext_resource type="Resource" uid="uid://dkjv5kj8mgy8v" path="res://config/character_move/slow.tres" id="1_tsstu"]
|
|
[ext_resource type="Resource" uid="uid://b26gc616anvo1" path="res://config/character_ai/normal.tres" id="1_vfyb7"]
|
|
[ext_resource type="Script" uid="uid://dt3chi1tgnaef" path="res://script/config/character_cfg.gd" id="1_wkjce"]
|
|
[ext_resource type="BehaviorTree" uid="uid://c8mhxoxifvt13" path="res://resource/ai/monster_simple.tres" id="2_24hy6"]
|
|
[ext_resource type="Resource" uid="uid://dpajmgrlaytah" path="res://config/character_mp/normal.tres" id="2_gly3h"]
|
|
[ext_resource type="SpriteFrames" uid="uid://crdd52skym3ir" path="res://resource/animation/character/monster02_move.aseprite" id="2_h60bf"]
|
|
[ext_resource type="Resource" uid="uid://h1curvk64vm3" path="res://config/character_shield/none.tres" id="4_uyg17"]
|
|
[ext_resource type="Resource" uid="uid://cac6mk6g078vn" path="res://config/character_stun/normal.tres" id="6_vlmkd"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_wkjce")
|
|
name = "monster02"
|
|
type = 1
|
|
sprite_frames = ExtResource("2_h60bf")
|
|
sprite_height = 42
|
|
sprite_width = 15
|
|
move = ExtResource("1_tsstu")
|
|
shield = ExtResource("4_uyg17")
|
|
stun = ExtResource("6_vlmkd")
|
|
mp = ExtResource("2_gly3h")
|
|
ai = ExtResource("1_vfyb7")
|
|
ai_behavior_tree = ExtResource("2_24hy6")
|
|
hp_max = 50.0
|
|
attack = 10.0
|
|
sub_character_auto_create = false
|
|
material_on = 0
|
|
material_off = 0
|