Guest User

CuttheGuy.TSCN - section by color

a guest
Mar 4th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [gd_scene load_steps=3 format=2]
  2.  
  3. ## RED SECTION BEGINS
  4. [ext_resource path="res://skills/Common/Brawler/DirtyFighting/CuttheGuy/CuttheGuy.gd" type="Script" id=1]
  5. ## YELLOW SECTION BEGINS
  6. [ext_resource path="res://res/art/skillIcons/Brawler/CuttheGuy.png" type="Texture" id=2]
  7.  
  8. ## GREEN SECTION BEGINS
  9. [node name="CuttheGuy" type="Node" groups=[
  10. "attack",
  11. "class_brawler",
  12. "melee",
  13. "skill",
  14. ]]
  15.  
  16. ## BLUE SECTION BEGINS
  17. script = ExtResource( 1 )
  18. icon = ExtResource( 2 )
  19. name_key = "skill_cut_the_guy"
  20. desc_key = "skill_desc_cut_the_guy"
  21. res = "res://skills/Common/Brawler/DirtyFighting/CuttheGuy/CuttheGuy.tscn"
  22. targets = [ "foe" ]
  23. activation_time = 3.0
  24. energy_cost = 3.0
  25. cooldown = 3.0
  26. main_duration = 3.0
  27. skill_range = 50.0
Advertisement
Add Comment
Please, Sign In to add comment