Paste #16205: Untitled Paste

Date: 2015/06/03 01:00:44 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


if %type% == SHEEP {
                    - determine passively NO_XP
                    - if %baby% {
                        - determine NO_DROPS
                    }
                    else if %burning% { 
                        - determine li@i@cooked_mutton 
                    }
                    else if <util.random.int[1].to[10] < 6 {
                        - define colour <context.entity.color>
                        - if %colour% == silver define colour light_gray
                        - determine li@i@mutton|i@%colour%_wool
                    } else {
                        - determine li@i@mutton
                    }
                }