Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #========================================================================================================
- #Everything to do with the totem feature. /fish totem and the placeable one.
- Totems:
- #All passives on the totem
- #Only the first one is commented as it should be pretty self explanatory from there.
- Passives:
- #The name of the passive
- MYTHICAL_WATERS:
- #If the passive should be enabled or not
- enabled: true
- #The level the user can activate the passive
- unlock_level: 60
- #The amount of passive slots needed to use this
- #Note: changing this will not disable/check totems that have it active.
- # this will only take effect when it is re-enabled on a totem.
- slots_needed: 5
- #The percentage this skill has. In this case - 20 is 20%.
- value: 20
- EXPERIENCED_FISHERMAN:
- enabled: true
- unlock_level: 20
- slots_needed: 1
- value: 1.5
- FISH_SCHOOL:
- enabled: true
- unlock_level: 40
- slots_needed: 3
- value: 35
- ENTROPY_HORDER:
- enabled: true
- unlock_level: 60
- slots_needed: 6
- value: 1.25
- LITTLE_CRITTERS:
- enabled: true
- unlock_level: 40
- slots_needed: 2
- value: 20
- TREASURE_HUNTER:
- enabled: true
- unlock_level: 60
- slots_needed: 3
- value: 3
- STAR_FALL:
- enabled: true
- unlock_level: 100
- slots_needed: 10
- value: 0.5
- RANDOM_DROPS:
- enabled: true
- unlock_level: 55
- slots_needed: 4
- value: 15
- #========================================================================================================
Add Comment
Please, Sign In to add comment