Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
//Caustic edit end
)
subclass_skills = list(
//Caustic edit
/datum/skill/magic/holy = SKILL_LEVEL_EXPERT,
/datum/skill/combat/unarmed = SKILL_LEVEL_MASTER,
/datum/skill/combat/wrestling = SKILL_LEVEL_MASTER, // Unarmed if we want to kick ass for the lord(you do, this is what you SHOULD DO!!)
/datum/skill/combat/unarmed = SKILL_LEVEL_EXPERT,
/datum/skill/combat/wrestling = SKILL_LEVEL_EXPERT, // Unarmed if we want to kick ass for the lord(you do, this is what you SHOULD DO!!)
/datum/skill/craft/crafting = SKILL_LEVEL_APPRENTICE,
/datum/skill/craft/carpentry = SKILL_LEVEL_NOVICE,
/datum/skill/misc/reading = SKILL_LEVEL_NOVICE,
/datum/skill/misc/climbing = SKILL_LEVEL_JOURNEYMAN,
/datum/skill/craft/sewing = SKILL_LEVEL_APPRENTICE,
/datum/skill/misc/medicine = SKILL_LEVEL_JOURNEYMAN, // We can substitute for a sawbones, but aren't as good and dont have access to surgical tools
//Caustic edit
/datum/skill/misc/athletics = SKILL_LEVEL_EXPERT,
//Caustic edit end
/datum/skill/misc/swimming = SKILL_LEVEL_APPRENTICE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
STATKEY_WIL = 3,
STATKEY_PER = 2, // Adv mage get 2 perception so whatever. It is useful for aiming body parts but have no direct synergy with spells.
STATKEY_LCK = 1,
STATKEY_CON = 1,
STATKEY_CON = -1,
//Caustic edit end
)
age_mod = /datum/class_age_mod/court_magician
Expand Down
Loading