Skip to content

Commit

Permalink
qol: Maximize up all tech and up to 8 level (ss220-space#6304)
Browse files Browse the repository at this point in the history
Всё равно используется только для тестов на локалке
  • Loading branch information
FlitchTime authored Jan 5, 2025
1 parent 8c983d6 commit c0a5b6f
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions code/modules/research/research.dm
Original file line number Diff line number Diff line change
Expand Up @@ -237,78 +237,80 @@ research holder datum.
name = "Materials Research"
desc = "Development of new and improved materials."
id = "materials"
max_level = 7
max_level = 8

/datum/tech/engineering
name = "Engineering Research"
desc = "Development of new and improved engineering parts and methods."
id = "engineering"
max_level = 7
max_level = 8

/datum/tech/plasmatech
name = "Plasma Research"
desc = "Research into the mysterious substance colloqually known as 'plasma'."
id = "plasmatech"
max_level = 7
max_level = 8
rare = 3

/datum/tech/powerstorage
name = "Power Manipulation Technology"
desc = "The various technologies behind the storage and generation of electicity."
id = "powerstorage"
max_level = 7
max_level = 8

/datum/tech/bluespace
name = "'Blue-space' Research"
desc = "Research into the sub-reality known as 'blue-space'."
id = "bluespace"
max_level = 7
max_level = 8
rare = 2

/datum/tech/biotech
name = "Biological Technology"
desc = "Research into the deeper mysteries of life and organic substances."
id = "biotech"
max_level = 7
max_level = 8

/datum/tech/combat
name = "Combat Systems Research"
desc = "The development of offensive and defensive systems."
id = "combat"
max_level = 7
max_level = 8

/datum/tech/magnets
name = "Electromagnetic Spectrum Research"
desc = "Research into the electromagnetic spectrum. No clue how they actually work, though."
id = "magnets"
max_level = 7
max_level = 8

/datum/tech/programming
name = "Data Theory Research"
desc = "The development of new computer and artificial intelligence and data storage systems."
id = "programming"
max_level = 7
max_level = 8

/datum/tech/toxins //not meant to be raised by deconstruction, do not give objects toxins as an origin_tech
name = "Toxins Research"
desc = "Research into plasma based explosive devices. Upgrade through testing explosives in the toxins lab."
id = "toxins"
max_level = 7
max_level = 8
rare = 2

/datum/tech/syndicate
name = "Illegal Technologies Research"
desc = "The study of technologies that violate standard Nanotrasen regulations."
id = "syndicate"
max_level = 0 // Don't count towards maxed research, since it's illegal.
level = 0 // Illegal tech level dont need to show in roundstart on console
max_level = 8 // Used for admin button so need max level like other tech
rare = 4

/datum/tech/abductor
name = "Alien Technologies Research"
desc = "The study of technologies used by the advanced alien race known as Abductors."
id = "abductor"
level = 0 // Alien tech level hide roundstart like illegal
max_level = 8
rare = 5
level = 0

/*
datum/tech/arcane
Expand Down

0 comments on commit c0a5b6f

Please sign in to comment.