guardian_creator
An item which grants you your very own soul buddy
Vars | |
allow_changeling | If true, lings can get guardians from this. |
---|---|
allow_guardian | If true, a dextrous guardian can get their own guardian, infinite chain! |
allow_multiple | If true, you can have multiple guardians at the same time. |
failure_message | Failure message if no ghost picks the holopara. |
ling_failure | Failure message if we don't allow lings. |
mob_name | The name of the guardian, for UI/message stuff. |
possible_guardians | List of all the guardians this type can spawn. |
random | If true, you are given a random guardian rather than picking from a selection. |
success_message | Message sent if we successfully get a guardian. |
theme | The visuals we give to the guardian we spawn. |
use_message | Message sent when you use it. |
used | Are we used or in the process of being used? If yes, then we can't be used. |
used_message | Message sent when it's already used. |
Procs | |
check_menu | Checks to ensure we're still capable of using the radial selector |
spawn_guardian | Actually create our guy |
Var Details
allow_changeling
If true, lings can get guardians from this.
allow_guardian
If true, a dextrous guardian can get their own guardian, infinite chain!
allow_multiple
If true, you can have multiple guardians at the same time.
failure_message
Failure message if no ghost picks the holopara.
ling_failure
Failure message if we don't allow lings.
mob_name
The name of the guardian, for UI/message stuff.
possible_guardians
List of all the guardians this type can spawn.
random
If true, you are given a random guardian rather than picking from a selection.
success_message
Message sent if we successfully get a guardian.
theme
The visuals we give to the guardian we spawn.
use_message
Message sent when you use it.
used
Are we used or in the process of being used? If yes, then we can't be used.
used_message
Message sent when it's already used.
Proc Details
check_menu
Checks to ensure we're still capable of using the radial selector
spawn_guardian
Actually create our guy