mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
4229a034d1
Adds a lot of Luceian stuff for Assunzionis and brings them up to speed as a contender religion. - Added several items relating to Luceism, the religion of Assunzione. - Added chaplain items for Luceism: robes, a cassock, and a new null rod, the Luminous Sceptre. - Added a new versebook, the Luceian Book of Scripture, available to Assunzionii characters. It's a versebook with various texts from Luceism. - Resprited the Luceian amulet, Luceian Book of Scripture, and the Assunzione cloak. - Compressed the loadout warding sphere and warding sphere case into just one loadout item that already comes with a case. - Religions with unique religious books (versebooks) now have their chaplains spawn with the versebook in question, rather than a generic black tome.   
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
/datum/religion
|
|
var/name
|
|
var/description
|
|
var/unique_book_path = null //if religion has a special book/codex, i.e. versebook
|
|
var/book_name = "bible"
|
|
var/book_sprite = "holybook"
|
|
var/list/nulloptions //religion-specific nullrod options
|
|
|
|
/datum/religion/proc/get_records_name()
|
|
return name
|