Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@teraprath teraprath released this 27 Nov 05:18
· 3 commits to main since this release

amount: int > 0
Default Value: 1

chance: float > 0 < 1
Default Value: 1.0

equipped: float > 0 < 1
Default Value: 0.0

off_hand: boolean
Default Value: false

min_level: int > 0
max_level: int > 0

Example

# plugins/LM_OraxenBridge/customdrops.yml

ZOMBIE:
  orax:
    amount: 1
    chance: 0.7
    min_level: 3
    max_level: 5  
...