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://chuv8k5d44ln4"]
|
||
|
2 years ago
|
|
||
|
2 years ago
|
[ext_resource type="Resource" uid="uid://dbs2wjw20s0hu" path="res://config/attack/heavy_hit_blow.tres" id="1_7tise"]
|
||
|
2 years ago
|
[ext_resource type="Script" path="res://script/config/player_skill_cfg.gd" id="1_xsxbs"]
|
||
|
|
[ext_resource type="Animation" uid="uid://dk1o3gqhjmuvh" path="res://resource/skill_animation/hero01_long_attack04.tres" id="2_sam6s"]
|
||
|
2 years ago
|
[ext_resource type="SpriteFrames" uid="uid://ce83cuqwgwwi4" path="res://resource/animation/character/hero01_long_attack.aseprite" id="3_w7h1m"]
|
||
|
2 years ago
|
[ext_resource type="Resource" uid="uid://cy3wwalxeyro0" path="res://config/weapon/long.tres" id="4_plyre"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_xsxbs")
|
||
|
|
weapon = ExtResource("4_plyre")
|
||
|
|
stance_from = 3
|
||
|
|
stance_to = 4
|
||
|
2 years ago
|
break_level = 3
|
||
|
|
action = "attack_light"
|
||
|
2 years ago
|
name = ""
|
||
|
|
skill_animation = ExtResource("2_sam6s")
|
||
|
2 years ago
|
attack_list = Array[Resource("res://script/config/attack_cfg.gd")]([ExtResource("1_7tise")])
|
||
|
2 years ago
|
sub_character_list = Array[Resource("res://script/config/character_cfg.gd")]([])
|
||
|
2 years ago
|
free_lock = false
|
||
|
2 years ago
|
refresh_animation = false
|
||
|
2 years ago
|
sprite_frames = ExtResource("3_w7h1m")
|
||
|
2 years ago
|
animation_name = "long_attack04"
|