tameable 
This component lets you make specific mobs tameable by feeding them
Vars | |
| bonus_tame_chance | Added success chance after every failed tame attempt. |
|---|---|
| current_tame_chance | Current chance to tame on interaction |
| food_types | What the mob eats, typically used for taming or animal husbandry. |
| tame_chance | Starting success chance for taming. |
| unique | If true, this atom can only be domesticated by one person |
Procs | |
| already_friends | Check if the passed mob is already considered one of our friends |
| on_tame | Ran once taming succeeds |
Var Details
bonus_tame_chance 
Added success chance after every failed tame attempt.
current_tame_chance 
Current chance to tame on interaction
food_types 
What the mob eats, typically used for taming or animal husbandry.
tame_chance 
Starting success chance for taming.
unique 
If true, this atom can only be domesticated by one person
Proc Details
already_friends
Check if the passed mob is already considered one of our friends
on_tame
Ran once taming succeeds