Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/job/vampire/primogen_banu
title = JOB_PRIMOGEN_BANU_HAQIM
description = "Offer your infinite knowledge to Prince of the City, while overseeing the Banu Haqim in the city. Monitor their contracts and ensure they remain true to the ways of the Clan. You have an official cover with the Police Department as a local civilian consultant, ensure things run smoothly, on either end."
description = "Offer your infinite knowledge to Prince of the City, while overseeing the Banu Haqim in the city. Monitor their contracts and ensure they remain true to the ways of the Clan."
auto_deadmin_role_flags = DEADMIN_POSITION_HEAD
faction = FACTION_CAMARILLA
total_positions = 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/job/vampire/primogen_lasombra
title = JOB_PRIMOGEN_LASOMBRA
description = "Offer your infinite knowledge to Prince of the City. Monitor those of your Clan and your lesser cousins, while holding a Court of Blood as need be, for all it takes for the Camarilla to turn on you is one mistake. You and Your Clan were given a domain in the local Church and in the vicinity of a swarm of Lupines, keep matters under control."
description = "Offer your infinite knowledge to Prince of the City. Monitor those of your Clan and your lesser cousins, while holding a Court of Blood as need be, for all it takes for the Camarilla to turn on you is one mistake."
auto_deadmin_role_flags = DEADMIN_POSITION_HEAD
faction = FACTION_CAMARILLA
total_positions = 1
Expand All @@ -18,7 +18,6 @@

display_order = JOB_DISPLAY_ORDER_LASOMBRA
departments_list = list(
/datum/job_department/church,
/datum/job_department/camarilla,
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/job/vampire/primogen_malkavian
title = JOB_PRIMOGEN_MALKAVIAN
description = "Offer your infinite knowledge to Prince of the City. You likely have a hold over the local hospital, make good use of it and ensure the blood bags remain available."
description = "Offer your infinite knowledge to Prince of the City. Uphold clan interests. Lead the children of the moon and shattered mirror."
auto_deadmin_role_flags = DEADMIN_POSITION_HEAD
faction = FACTION_CAMARILLA
total_positions = 1
Expand All @@ -18,7 +18,6 @@

display_order = JOB_DISPLAY_ORDER_MALKAVIAN
departments_list = list(
/datum/job_department/clinic,
/datum/job_department/camarilla,
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/job/vampire/primogen_nosferatu
title = JOB_PRIMOGEN_NOSFERATU
description = "Offer your infinite knowledge to Prince of the City, and run the warren, your domain watches over the sewers."
description = "Offer your infinite knowledge to Prince of the City. Manage what's left of your Warrens. Keep your clan interests in mind."
auto_deadmin_role_flags = DEADMIN_POSITION_HEAD
faction = FACTION_CAMARILLA
total_positions = 1
Expand All @@ -19,7 +19,6 @@
display_order = JOB_DISPLAY_ORDER_NOSFERATU
departments_list = list(
/datum/job_department/camarilla,
/datum/job_department/city_services
)

minimal_generation = 12
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/job/vampire/primogen_toreador
title = JOB_PRIMOGEN_TOREADOR
description = "Offer your infinite knowledge to Prince of the City. Take care of the Strip Club and its Elysium, for it is your domain and a social center within the city."
description = "Offer your infinite knowledge to Prince of the City. Keep clan interests in mind."
auto_deadmin_role_flags = DEADMIN_POSITION_HEAD
faction = FACTION_CAMARILLA
total_positions = 1
Expand All @@ -18,7 +18,6 @@

display_order = JOB_DISPLAY_ORDER_TOREADOR
departments_list = list(
/datum/job_department/strip_club,
/datum/job_department/camarilla,
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/job/vampire/primogen_ventrue
title = JOB_PRIMOGEN_VENTRUE
description = "Offer your infinite knowledge to Prince of the City. Maintain the local Jazz Club, in front of the Tower, and its Elysium."
description = "Offer your infinite knowledge to Prince of the City. Uphold Clan interests and look out for prospective protege for it."
auto_deadmin_role_flags = DEADMIN_POSITION_HEAD
faction = FACTION_CAMARILLA
total_positions = 1
Expand Down
Loading