Paste #7091: Edit of P#7089 - Edit of P#7088 - Untitled Paste

Date: 2014/07/18 12:57:06 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


TheBloodMoon:
  type: world
  debug: true
  events:
    on time changes in world:
    - if <context.time.is[ORMORE].than[20]> || <context.time.is[ORLESS].than[5]> {
      - run TheBloodMoonTask
      }
    on 6:00 in world:
    - execute as_server "butcher" 

TheBloodMoonTask:
    type: task
    debug: true
    script:
    - define bloodmoon <util.random.int[1].to[1]>
    - if bloodmoon == 1 {
      - announce "Hurry and digin in hell has broke loose"
      - define r <util.random.int[<1>].to[<5>]>
      - define bad <util.random.int[<1>].to[<1000>]>
      - if %r% == 1 {
        - drop pig_Zombie l@<util.random.int[<0>].to[<10000000>]>,<util.random.int[<0>].to[<1000>]>,<util.random.int[<0>].to[<10000000>]>,world qty:30
        }
        else if %r% == 2 {
        - drop Blaze l@<util.random.int[<0>].to[<10000000>]>,<util.random.int[<0>].to[<1000>]>,<util.random.int[<0>].to[<10000000>]>,world qty:50
        }
        else if %r% == 3 {
        - drop Magma_Cube l@<util.random.int[<0>].to[<10000000>]>,<util.random.int[<0>].to[<1000>]>,<util.random.int[<0>].to[<10000000>]>,world qty:50
        }
        else if %r% == 4 {
        - drop Lightning l@<util.random.int[<0>].to[<10000000>]>,<util.random.int[<0>].to[<1000>]>,<util.random.int[<0>].to[<10000000>]>,world qty:50
        }
        else if %r% == 5 {
        - drop GHAST l@<util.random.int[<0>].to[<10000000>]>,<util.random.int[<0>].to[<1000>]>,<util.random.int[<0>].to[<10000000>]>,world qty:50
        }
      - if %bad% == 123 {
        - drop WITHER l@<util.random.int[<0>].to[<10000000>]>,<util.random.int[<0>].to[<1000>]>,<util.random.int[<0>].to[<10000000>]>,world qty:1
        }
      }
      else {
      - announce "You are safe for now"
      }