From a9cffd09a71534116cfd7076d58a1c7ea8f39b12 Mon Sep 17 00:00:00 2001 From: compano Date: Sun, 9 Oct 2022 13:55:05 +1100 Subject: [PATCH] XP adjustment gurking --- code/modules/fallout/job/bos.dm | 6 +++--- code/modules/fallout/job/followers.dm | 4 ++-- code/modules/fallout/job/ncr.dm | 4 ++-- code/modules/fallout/job/vtcc.dm | 12 ++++++------ code/modules/fallout/job/wasteland.dm | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/code/modules/fallout/job/bos.dm b/code/modules/fallout/job/bos.dm index de44739b3e..a520bae81a 100644 --- a/code/modules/fallout/job/bos.dm +++ b/code/modules/fallout/job/bos.dm @@ -519,8 +519,8 @@ Proctor selection_color = "#95a5a6" outfit = /datum/outfit/job/bos/f13seniorscribe - exp_requirements = 600 - exp_type = EXP_TYPE_SCRIBE + exp_requirements = 1200 + exp_type = EXP_TYPE_BROTHERHOOD loadout_options = list( /datum/outfit/loadout/proctorsw, @@ -725,7 +725,7 @@ Senior Knight enforces = "The Brotherhood of Steel Expects: Obeying the Chain That - Binds your direct superior. Collection and safeguarding of technology from the wasteland. Experimentation and research." supervisors = "the Knight Captain" selection_color = "#95a5a6" - exp_requirements = 600 + exp_requirements = 1200 exp_type = EXP_TYPE_KNIGHT loadout_options = list( diff --git a/code/modules/fallout/job/followers.dm b/code/modules/fallout/job/followers.dm index b66812f21f..d43bda949f 100644 --- a/code/modules/fallout/job/followers.dm +++ b/code/modules/fallout/job/followers.dm @@ -43,7 +43,7 @@ Administrator forbids = "Causing harm to others except in times of self-defense." enforces = "Followers are not fond of the NCR due to their corruption, but they will help them. They dislike the Brotherhood for hoarding tech, but will make deals to work with them if it furthers the spreading of knowledge. Legion is our mistake and its our job to correct the mistake by speaking of the truth, but recognize that the best way to fight the legion is to teach them and sometimes that can mean helping them.Preaching humanitarianism and valuing human life. Assist and provide medical services to any who require it, regardless of faction. Provide free education for all those who are willing to learn." selection_color = "#FF95FF" - exp_requirements = 1080 + exp_requirements = 1200 exp_type = EXP_TYPE_FOLLOWERS req_admin_notify = 1 @@ -143,7 +143,7 @@ Practitioner forbids = "Causing harm to others except in times of self-defense." enforces = "Followers are not fond of the NCR due to their corruption, but they will help them. They dislike the Brotherhood for hoarding tech, but will make deals to work with them if it furthers the spreading of knowledge. Legion is our mistake and its our job to correct the mistake by speaking of the truth, but recognize that the best way to fight the legion is to teach them and sometimes that can mean helping them.Preaching humanitarianism and valuing human life. Assist and provide medical services to any who require it, regardless of faction. Provide free education for all those who are willing to learn." selection_color = "#FFDDFF" - exp_requirements = 500 + exp_requirements = 300 exp_type = EXP_TYPE_FOLLOWERS outfit = /datum/outfit/job/followers/f13practitioner diff --git a/code/modules/fallout/job/ncr.dm b/code/modules/fallout/job/ncr.dm index c5e4c454c9..b5915c6ef9 100644 --- a/code/modules/fallout/job/ncr.dm +++ b/code/modules/fallout/job/ncr.dm @@ -392,7 +392,7 @@ Sergeant selection_color = "#fff5cc" display_order = JOB_DISPLAY_ORDER_SERGEANT outfit = /datum/outfit/job/ncr/f13sergeant - exp_requirements = 1500 + exp_requirements = 1200 exp_type = EXP_TYPE_NCR loadout_options = list( @@ -691,7 +691,7 @@ Mp selection_color = "#fff5cc" display_order = JOB_DISPLAY_ORDER_MILITARY_POLICE outfit = /datum/outfit/job/ncr/f13militarypolice - exp_requirements = 1500 + exp_requirements = 1200 exp_type = EXP_TYPE_NCR /datum/outfit/job/ncr/f13militarypolice diff --git a/code/modules/fallout/job/vtcc.dm b/code/modules/fallout/job/vtcc.dm index 33c6e1bd10..d2eb156ec5 100644 --- a/code/modules/fallout/job/vtcc.dm +++ b/code/modules/fallout/job/vtcc.dm @@ -301,8 +301,8 @@ spawn_positions = 2 supervisors = "the Aldermen and the Marshal." description = "Participating in strike squads against raider encampments and performing surgical strikes against enemies of the Coalition, you and the rest of the elite Provosts don't so much as charge into battle as you do prevent the battle from happening; enforcing the law is still the order of the day, but destabilising real threats and taking out bands of raiders is a priority." - exp_requirements = 600 - exp_type = EXP_TYPE_VTCCSEC + exp_requirements = 1200 + exp_type = EXP_TYPE_VTCC outfit = /datum/outfit/job/vtcc/f13provost @@ -475,8 +475,8 @@ description = "Operate the shop for the Merchant and push your products on anyone in town you can. Sell to everyone; sell as much as you can - it's a firesale!" outfit = /datum/outfit/job/vtcc/f13shopkeep - exp_requirements = 600 - exp_type = EXP_TYPE_ROADIE + exp_requirements = 1200 + exp_type = EXP_TYPE_VTCC access = list(ACCESS_VTCC, ACCESS_VTCC_ROADIE, ACCESS_VTCC_SHOP) minimal_access = list(ACCESS_VTCC, ACCESS_VTCC_ROADIE, ACCESS_VTCC_SHOP) @@ -519,7 +519,7 @@ forbids = "Using the stock to go bunker busting. The stock is to be sold, not to be taken and used by personnel." outfit = /datum/outfit/job/vtcc/f13roadie - exp_requirements = 300 + exp_requirements = 600 exp_type = EXP_TYPE_VTCC loadout_options = list( @@ -591,7 +591,7 @@ description = "Doctor, Scientist, Roboticist, each of you under the Vault's employ stands under the title of Researcher. The Vault's servers are regularly wiped by some glitch in the system, and it's down to the Scientists to restore these data files. To be a Roboticist is to uphold a tradition in the Vault that bears itself a marred reputation, so don't lose your head. The Medical Professionals, even those who handle quarantined patients, are the clinical cornerstone of the town, so long as the price is right." outfit = /datum/outfit/job/vtcc/f13researcher - exp_requirements = 1500 + exp_requirements = 1200 exp_type = EXP_TYPE_VTCC loadout_options = list( diff --git a/code/modules/fallout/job/wasteland.dm b/code/modules/fallout/job/wasteland.dm index 7ed6f9df57..a7d8f8ad65 100644 --- a/code/modules/fallout/job/wasteland.dm +++ b/code/modules/fallout/job/wasteland.dm @@ -240,7 +240,7 @@ Bandit description = "You are a low-level delinquent with a proclivity for malice, scrounging by for more caps, food and other necessities in the cruel wasteland. You haven’t quite gained the reputation, contacts and skills to call yourself an Outlaw, so it would be in your best interest to follow their lead to create a superior force – there is a reason they made it so far, and they can help you move up the food chain. You are responsible for causing conflict and strife, you are a simple criminal who engages in nefarious shenanigans which make the wasteland more dangerous; however, you still have a responsibility to make your time here interesting, fun, and engaging for others - this means that whatever path you pursue should be more nuanced and flavorful than simple killing for the sake of it. You are expected to have a high level of roleplay, be OK with losing, and to not take things personally or you may lose the privilege to play this occupation. Treat this role as a first stepping stone to Antagonism, don’t be afraid to try things out, as long as you try to generate fun conflict while minding the rules you are doing everything right. Performing well as a Bandit is a great way to show you're capable of stepping up to the next level... And remember, losing is fun!" supervisors = "Your desire to make things interesting and fun" selection_color = "#ff4747" - exp_requirements = 1800 + exp_requirements = 1200 exp_type = EXP_TYPE_WASTELAND outfit = /datum/outfit/job/wasteland/f13bandit @@ -1193,8 +1193,8 @@ Outlaw description = "You are a beacon of faith in the wasteland. Guide the Town and any others who wish to be led on spiritual matters, and try to build your flock. Remember, the Oasis Oak and the Church are the centre of your religion - protect them at all costs." selection_color = "#dcba97" - exp_requirements = 12 - exp_type = EXP_TYPE_CREW + exp_requirements = 300 + exp_type = EXP_TYPE_WASTELAND outfit = /datum/outfit/job/wasteland/f13preacher