Paste #76787: Arrow skill sample

Date: 2020/10/22 13:54:09 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


dynamite_arrow:
  type: item
  material: arrow
  display name: Dynamite arrow
  lore:
  - An arrow that has a barrel of gunpowder at the end
  skills:
    arrow: dynamite_arrow_explode

dynamite_arrow_explode:
  type: task
  definitions: projectile|location
  script:
  - remove <[projectile]>
  - wait 1t
  - explode power:15 breakblocks <[location].above>