4687dd0117
Hello, with PR #26717 merged, I think it's a good time to add devils to the standardized antag datum system. This PR is mostly a refactor, which shouldn't be noticed by the playerbase. Changes that might be noticed are below. 🆑 tweak: Modified chances for returning someone's soul using an employment contract. Now everyone has a chance, not just lawyers and HoP. add: Particularly brain damaged people can no longer sign infernal contracts properly. tweak: Infernal contracts for power no longer give fireball, and instead give robeless 'lightning bolt' spell. add: Devils can now sell you a friend, for the cost of your soul. tweak: The codex gigas should now be easier to use, and less finicky. del: The codex gigas no longer sintouches readers. /🆑
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
#define CONTRACT_POWER "power"
|
|
#define CONTRACT_WEALTH "wealth"
|
|
#define CONTRACT_PRESTIGE "prestige"
|
|
#define CONTRACT_MAGIC "magic"
|
|
#define CONTRACT_REVIVE "revive"
|
|
#define CONTRACT_FRIEND "friend"
|
|
#define CONTRACT_KNOWLEDGE "knowledge"
|
|
#define CONTRACT_UNWILLING "unwilling"
|
|
|
|
#define BANE_SALT "salt"
|
|
#define BANE_LIGHT "light"
|
|
#define BANE_IRON "iron"
|
|
#define BANE_WHITECLOTHES "whiteclothes"
|
|
#define BANE_SILVER "silver"
|
|
#define BANE_HARVEST "harvest"
|
|
#define BANE_TOOLBOX "toolbox"
|
|
|
|
#define OBLIGATION_FOOD "food"
|
|
#define OBLIGATION_FIDDLE "fiddle"
|
|
#define OBLIGATION_DANCEOFF "danceoff"
|
|
#define OBLIGATION_GREET "greet"
|
|
#define OBLIGATION_PRESENCEKNOWN "presenceknown"
|
|
#define OBLIGATION_SAYNAME "sayname"
|
|
#define OBLIGATION_ANNOUNCEKILL "announcekill"
|
|
#define OBLIGATION_ANSWERTONAME "answername"
|
|
|
|
#define BAN_HURTWOMAN "hurtwoman"
|
|
#define BAN_CHAPEL "chapel"
|
|
#define BAN_HURTPRIEST "hurtpriest"
|
|
#define BAN_AVOIDWATER "avoidwater"
|
|
#define BAN_STRIKEUNCONCIOUS "strikeunconcious"
|
|
#define BAN_HURTLIZARD "hurtlizard"
|
|
#define BAN_HURTANIMAL "hurtanimal"
|
|
|
|
#define BANISH_WATER "water"
|
|
#define BANISH_COFFIN "coffin"
|
|
#define BANISH_FORMALDYHIDE "embalm"
|
|
#define BANISH_RUNES "runes"
|
|
#define BANISH_CANDLES "candles"
|
|
#define BANISH_DESTRUCTION "destruction"
|
|
#define BANISH_FUNERAL_GARB "funeral"
|
|
|
|
#define LORE 1
|
|
#define LAW 2 |