ghost_role
these mob spawn subtypes do not trigger until attacked by a ghost.
Vars | |
flavour_text | This should be the actual instructions/description/context to the ghost role. This should be the really long explainy bit, basically. |
---|---|
important_text | This is critical non-policy information about the ghost role. Shown in the spawner menu and after spawning last. |
prompt_ghost | if false, you won't prompt for this role. best used for replacing the prompt system with something else like a radial, or something. |
prompt_name | a short, lowercase name for the mob used in possession prompt that pops up on ghost attacks. must be set. |
role_ban | /bans and policy which role to check for a job ban |
show_flavor | Show these on spawn? Usually used for hardcoded special flavor |
spawner_job_path | Typepath indicating the kind of job datum this ghost role will have. PLEASE inherit this with a new job datum, it's not hard. jobs come with policy configs. |
uses | how many times this spawner can be used (it won't delete unless it's out of uses) |
you_are_text | /descriptions This should be the declaration of what the ghost role is, and maybe a short blurb after if you want. Shown in the spawner menu and after spawning first. |
Procs | |
allow_spawn | override this to add special spawn conditions to a ghost role |
Var Details
flavour_text
This should be the actual instructions/description/context to the ghost role. This should be the really long explainy bit, basically.
important_text
This is critical non-policy information about the ghost role. Shown in the spawner menu and after spawning last.
prompt_ghost
if false, you won't prompt for this role. best used for replacing the prompt system with something else like a radial, or something.
prompt_name
a short, lowercase name for the mob used in possession prompt that pops up on ghost attacks. must be set.
role_ban
/bans and policy which role to check for a job ban
show_flavor
Show these on spawn? Usually used for hardcoded special flavor
spawner_job_path
Typepath indicating the kind of job datum this ghost role will have. PLEASE inherit this with a new job datum, it's not hard. jobs come with policy configs.
uses
how many times this spawner can be used (it won't delete unless it's out of uses)
you_are_text
/descriptions This should be the declaration of what the ghost role is, and maybe a short blurb after if you want. Shown in the spawner menu and after spawning first.
Proc Details
allow_spawn
override this to add special spawn conditions to a ghost role