mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 19:21:48 +00:00
59 lines
1.8 KiB
Plaintext
59 lines
1.8 KiB
Plaintext
#define CONTRACT_POWER "Power"
|
|
#define CONTRACT_WEALTH "Wealth"
|
|
#define CONTRACT_PRESTIGE "Prestige"
|
|
#define CONTRACT_MAGIC "Magic"
|
|
#define CONTRACT_REVIVE "Revive"
|
|
#define CONTRACT_KNOWLEDGE "Knowledge"
|
|
#define CONTRACT_UNWILLING "Unwilling"
|
|
#define CONTRACT_FRIENDSHIP "Friendship"
|
|
// FIXME: Implement these
|
|
#define CONTRACT_ETALENT "Engineering Talent"
|
|
#define CONTRACT_CTALENT "Chemistry Talent"
|
|
#define CONTRACT_RETURNDEAD "Return Dead"
|
|
#define CONTRACT_AUGMENT "Cybernetic Augmentations"
|
|
#define CONTRACT_CANDY "Endless Candy"
|
|
#define CONTRACT_ECHANCE "An Extra Chance"
|
|
#define CONTRACT_ATECH "Advanced Technology"
|
|
#define CONTRACT_DEVILSMACHINE "Devil's Machinery"
|
|
#define CONTRACT_YOUTH "Eternal Youth"
|
|
#define CONTRACT_FOOD "Food"
|
|
#define CONTRACT_SPACE "Space Gear"
|
|
#define CONTRACT_CALAMITY "Calamity"
|
|
|
|
#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_HURTMAN "hurtman"
|
|
#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
|