Skip to content

Commit

Permalink
Erases PQ requirement for roles #1292
Browse files Browse the repository at this point in the history
Makes most of the extant roles 0 PQ or less required to play as
  • Loading branch information
ThePainkiller authored Feb 5, 2025
2 parents 0f39aa9 + d58b3a2 commit 0b451c8
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
display_order = JDO_PRINCE
give_bank_account = TRUE
bypass_lastclass = TRUE
min_pq = 2
min_pq = 0

/datum/job/roguetown/prince/after_spawn(mob/living/L, mob/M, latejoin = TRUE)
..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

outfit = /datum/outfit/job/roguetown/dungeoneer
give_bank_account = 50 // Bought loyalty was previously the same as any guardsman, now in line with village elder, etc. N.
min_pq = 2
min_pq = 0

cmode_music = 'sound/music/combat_weird.ogg'

Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/garrison/mayor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
outfit = /datum/outfit/job/roguetown/mayor
display_order = JDO_CHIEF
give_bank_account = 80
min_pq = 1
min_pq = 0

cmode_music = 'sound/music/combat_bog.ogg'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

outfit = /datum/outfit/job/roguetown/royalguard
give_bank_account = 30
min_pq = 2
min_pq = 0
selection_color = "#920909"

cmode_music = 'sound/music/combat_old.ogg'
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/garrison/veteran.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

outfit = /datum/outfit/job/roguetown/veteran
give_bank_account = 50
min_pq = 1
min_pq = 10

cmode_music = 'sound/music/combat_guard.ogg'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
outfit = /datum/outfit/job/roguetown/archivist
display_order = JDO_ARCHIVIST
give_bank_account = 100
min_pq = 1
min_pq = 0

/datum/outfit/job/roguetown/archivist/pre_equip(mob/living/carbon/human/H)
..()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/captain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
bypass_lastclass = TRUE
outfit = /datum/outfit/job/roguetown/captain
give_bank_account = 120
min_pq = 4
min_pq = 0
selection_color = "#af594f"
cmode_music = 'sound/music/combat_guard.ogg'

Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/consort.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

display_order = JDO_CONSORT
bypass_lastclass = TRUE
min_pq = 4
min_pq = 0
give_bank_account = 500

cmode_music = 'sound/music/combat_noble.ogg'
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/feldsher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
tutorial = "You have seen countless wounds over your time. Stitched the sores of blades, sealed honey over the bubous of plague. \
A thousand deaths stolen from the carriagemen, yet these people will still call you a charlatan. Prove them wrong, or right."
give_bank_account = 100
min_pq = 1
min_pq = 0

allowed_races = list(
"Humen",
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/hand.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
bypass_lastclass = TRUE
whitelist_req = FALSE
give_bank_account = 120
min_pq = 2
min_pq = 0
cmode_music = 'sound/music/combat_noble.ogg'

/*
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/lord.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
tutorial = "Elevated to your throne by a web of intrigue, you are the absolute authority of this island and at the center of every plot within it. All are envious of your position and would replace you in less than a heartbeat; show them the error of their ways."
bypass_lastclass = TRUE
whitelist_req = FALSE
min_pq = 4
min_pq = 0
give_bank_account = 500
selection_color = "#786194"

Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/magician.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
whitelist_req = FALSE
bypass_lastclass = TRUE
give_bank_account = 120
min_pq = 4
min_pq = 0
cmode_music = 'sound/music/combat_noble.ogg'

/datum/outfit/job/roguetown/magician/pre_equip(mob/living/carbon/human/H)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/steward.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
tutorial = "Coin, Coin, Coin! Oh beautiful coin: Youre addicted to it, and you hold the position as the King's personal treasurer of both coin and information. You know the power silver and gold has on a man's mortal soul, and you know just what lengths theyll go to in order to get even more. Keep your festering economy and your rats alive, theyre the only two things you can weigh any trust into anymore."
outfit = /datum/outfit/job/roguetown/steward
give_bank_account = 100
min_pq = 2
min_pq = 0
cmode_music = 'sound/music/combat_noble.ogg'

/datum/outfit/job/roguetown/steward/pre_equip(mob/living/carbon/human/H)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/other/mercenary.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
display_order = JDO_MERCENARY
bypass_lastclass = TRUE
give_bank_account = 3
min_pq = 2
min_pq = 0
outfit = null
outfit_female = null
advclass_cat_rolls = list(CTAG_MERCENARY = 20)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/peasants/butler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
outfit = /datum/outfit/job/roguetown/butler
display_order = JDO_BUTLER
bypass_lastclass = TRUE
min_pq = 1
min_pq = 0
give_bank_account = 30 // Along with the pouch, enough to purchase some ingredients from the farm and give hard working servants a silver here and there. Still need the assistance of the crown's coffers to do anything significant

/datum/outfit/job/roguetown/butler/pre_equip(mob/living/carbon/human/H)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/serfs/blacksmith.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
display_order = JDO_ARMORER
bypass_lastclass = TRUE
give_bank_account = 30
min_pq = 0
min_pq = -10
selection_color = "#d68e08"

/datum/outfit/job/roguetown/armorsmith/pre_equip(mob/living/carbon/human/H)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/temple/inquisitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

outfit = /datum/outfit/job/roguetown/inquisitor
display_order = JDO_INQUISITOR
min_pq = 4
min_pq = 0
bypass_lastclass = TRUE

/datum/job/roguetown/inquisitor/after_spawn(mob/living/L, mob/M, latejoin = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/temple/priest.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

display_order = JDO_PRIEST
give_bank_account = 115
min_pq = 4
min_pq = 0
selection_color = "#b7a375"

/datum/outfit/job/roguetown/priest/pre_equip(mob/living/carbon/human/H)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/temple/templar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
spawn_positions = 1
display_order = JDO_TEMPLAR
give_bank_account = 0
min_pq = 2
min_pq = 0

/datum/outfit/job/roguetown/templar
name = "Templar"
Expand Down

0 comments on commit 0b451c8

Please sign in to comment.