code/modules/antagonists/heretic/heretic_knowledge.dm
/datum/heretic_knowledge | The datums that allow heretics to progress and learn new spells and rituals. |
---|---|
/datum/heretic_knowledge/spell | A knowledge subtype that grants the heretic a certain spell. |
/datum/heretic_knowledge/limited_amount | A knowledge subtype for knowledge that can only have a limited amount of its resulting atoms created at once. |
/datum/heretic_knowledge/limited_amount/starting | A knowledge subtype for limited_amount knowledge used for base knowledge (the ones that make blades) |
/datum/heretic_knowledge/mark | A knowledge subtype for heretic knowledge that applies a mark on use. |
/datum/heretic_knowledge/blade_upgrade | A knowledge subtype for heretic knowledge that upgrades their sickly blade, either on melee or range. |
/datum/heretic_knowledge/curse | A knowledge subtype lets the heretic curse someone with a ritual. |
/datum/heretic_knowledge/summon | A knowledge subtype lets the heretic summon a monster with the ritual. |
KNOWLEDGE_RITUAL_POINTS | The amount of knowledge points the knowledge ritual gives on success. |
/datum/heretic_knowledge/knowledge_ritual | A subtype of knowledge that generates random ritual components. |
/datum/heretic_knowledge/ultimate | The special final tier of knowledges that unlocks ASCENSION. |
Define Details
KNOWLEDGE_RITUAL_POINTS
The amount of knowledge points the knowledge ritual gives on success.