Basic knowledge
#Eldritch Knowledge
Datum that makes eldritch cultist interesting.
Eldritch knowledge isn't instantiated anywhere roundstart, and is initalized and destroyed as the round goes on.
Vars | |
cost | Cost of knowledge in souls |
---|---|
desc | Description of the knowledge |
gain_text | What shows up |
name | Name of the knowledge |
route | What path is this on defaults to "Side" |
tier | tier of the spell, 3 of any tier is required to purchase the next ugprade knowledge, and upgrades unlock the next tier. TIER_NONE will not advance anything. |
unlocked_transmutations | transmutation recipes unlocked by this knowledge |
Procs | |
on_eldritch_blade | Sickly blade act |
on_gain | |
on_life | What happens every tick |
on_lose | What happens when you lose this |
Var Details
cost
Cost of knowledge in souls
desc
Description of the knowledge
gain_text
What shows up
name
Name of the knowledge
route
What path is this on defaults to "Side"
tier
tier of the spell, 3 of any tier is required to purchase the next ugprade knowledge, and upgrades unlock the next tier. TIER_NONE will not advance anything.
unlocked_transmutations
transmutation recipes unlocked by this knowledge
Proc Details
on_eldritch_blade
Sickly blade act
Gives addtional effects to sickly blade weapon
on_gain
-
The Lores and their Thematic Representation
-
Ash is the principle of spirit and ambition, and the everlasting flame that burns bright with the kindling of life
-
Blade is the principle of violence and tradition, and the fundamental conflicts that arise from proximity
-
Bronze is the principle of time and empire, and the unstoppable force of innovation
-
Flesh is the principle of temptation and obedience, and the malformation of will
-
Rust is the principle of that which makes and unmakes, and the slow decline of all things civilized
-
Void is the principle of the inevitable end, and the darkness which will claim all light
What happens when this is assigned to an antag datum
This proc is called whenever a new eldritch knowledge is added to an antag datum
on_life
What happens every tick
This proc is called on SSprocess in eldritch cultist antag datum. SSprocess happens roughly every second
on_lose
What happens when you lose this
This proc is called whenever antagonist looses his antag datum, put cleanup code in here