Paste #39733: Untitled Paste

Date: 2017/02/07 22:06:05 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


Blacksmith_sword_handler:
    type: world
    events:
      on entity damaged with Blacksmith_Sword:
      - if <util.random.int[1].to[3]> == "2" {
        - burn duration:3 <context.entity>
        }