Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [gd_scene load_steps=3 format=2]
- ## RED SECTION BEGINS
- [ext_resource path="res://skills/Common/Brawler/DirtyFighting/CuttheGuy/CuttheGuy.gd" type="Script" id=1]
- ## YELLOW SECTION BEGINS
- [ext_resource path="res://res/art/skillIcons/Brawler/CuttheGuy.png" type="Texture" id=2]
- ## GREEN SECTION BEGINS
- [node name="CuttheGuy" type="Node" groups=[
- "attack",
- "class_brawler",
- "melee",
- "skill",
- ]]
- ## BLUE SECTION BEGINS
- script = ExtResource( 1 )
- icon = ExtResource( 2 )
- name_key = "skill_cut_the_guy"
- desc_key = "skill_desc_cut_the_guy"
- res = "res://skills/Common/Brawler/DirtyFighting/CuttheGuy/CuttheGuy.tscn"
- targets = [ "foe" ]
- activation_time = 3.0
- energy_cost = 3.0
- cooldown = 3.0
- main_duration = 3.0
- skill_range = 50.0
Advertisement
Add Comment
Please, Sign In to add comment