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.
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
|
2 years ago
|
[gd_resource type="Resource" script_class="PlayerSkillCfg" load_steps=6 format=3 uid="uid://dubkvm86cj32f"]
|
||
|
|
|
||
|
|
[ext_resource type="Resource" uid="uid://bsqk3q6mccllg" path="res://config/attack/normal_hit.tres" id="1_5lw1c"]
|
||
|
|
[ext_resource type="Script" path="res://script/config/player_skill_cfg.gd" id="2_h70wx"]
|
||
|
|
[ext_resource type="Animation" uid="uid://cyu0yin1rpiak" path="res://resource/skill_animation/hero01_fist_attack02.tres" id="3_tllt1"]
|
||
|
|
[ext_resource type="SpriteFrames" uid="uid://bhsotj76tuovy" path="res://resource/animation/character/hero01_fist_attack.aseprite" id="4_fevaa"]
|
||
|
|
[ext_resource type="Resource" uid="uid://c6alg8pmqfdxm" path="res://config/weapon/fist.tres" id="5_gliie"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("2_h70wx")
|
||
|
|
weapon = ExtResource("5_gliie")
|
||
|
|
stance_from = 1
|
||
|
|
stance_to = 2
|
||
|
|
break_level = 3
|
||
|
|
action = "attack_light"
|
||
|
|
name = ""
|
||
|
|
skill_animation = ExtResource("3_tllt1")
|
||
|
|
attack_list = Array[Resource("res://script/config/attack_cfg.gd")]([ExtResource("1_5lw1c")])
|
||
|
|
sub_character_list = Array[Resource("res://script/config/character_cfg.gd")]([])
|
||
|
|
free_lock = false
|
||
|
|
refresh_animation = false
|
||
|
|
sprite_frames = ExtResource("4_fevaa")
|
||
|
|
animation_name = "fist_attack02"
|