-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
39 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 12 additions & 11 deletions
23
code/game/objects/items/implants/skill_implants/implant_skill.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,43 @@ | ||
/obj/item/implant/skill/combat/firearms | ||
name = "aiming support" | ||
name = "Aiming support" | ||
desc = "integrated aiming support system! Update weapons skills!" | ||
firearms = 1 | ||
max_skills = list(SKILL_FIREARMS = SKILL_FIREARMS_TRAINED) | ||
|
||
/obj/item/implant/skill/combat/melee | ||
name = "close combat codex" | ||
name = "Close combat codex" | ||
desc = "integrated hit support system! Update melee skills!" | ||
melee_weapons = 1 | ||
max_skills = list(SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED) | ||
|
||
/obj/item/implant/skill/codex/medical | ||
name = "medtech" | ||
name = "Medtech" | ||
desc = "A compact device that electro-shakes you every time you apply bandages counterclockwise, right next to your heart! Update medical skills!" | ||
medical = 1 | ||
max_skills = list(SKILL_MEDICAL = SKILL_MEDICAL_COMPETENT) | ||
|
||
/obj/item/implant/skill/codex/surgery | ||
name = "surgery assisting system" | ||
desc = "compensates for hand trembling from Parkinson's syndrome, thanks to the reliable suspension of the shoulder joints! Update surgery skills!" | ||
name = "Surgery assisting system" | ||
desc = "Compensates for hand trembling from Parkinson's syndrome, thanks to the reliable suspension of the shoulder joints! Update surgery skills!" | ||
surgery = 1 | ||
max_skills = list(SKILL_SURGERY = SKILL_SURGERY_PROFESSIONAL) | ||
|
||
/obj/item/implant/skill/codex/engineer | ||
name = "construction support system" | ||
desc = "laying brickwork has never been easier than with this corrective endoskeleton! Update engineering skills!" | ||
name = "Construction support system" | ||
desc = "Laying brickwork has never been easier than with this corrective endoskeleton! Update engineering skills!" | ||
engineer = 1 | ||
max_skills = list(SKILL_ENGINEER = SKILL_ENGINEER_MASTER) | ||
|
||
/obj/item/implant/skill/oper_system/leadership | ||
name = "command protocols 'Graiyor' codex" | ||
desc = "uploading knowledge of advanced mnemonics of inspiration and persuasion to the brain so that people around go under bullets even more willingly! Update leadership skills!" | ||
name = "Command protocols 'Graiyor' codex" | ||
desc = "Uploading knowledge of advanced mnemonics of inspiration and persuasion to the brain so that people around go under bullets even more willingly! Update leadership skills!" | ||
icon_state = "leadership_implant" | ||
leadership = 1 | ||
max_skills = list(SKILL_LEAD = SKILL_LEAD_MASTER) | ||
|
||
/obj/item/implant/skill/oper_system/leadership/delux | ||
name = "delux command protocols 'Graiyor' codex" | ||
desc = "uploading advanced knowledge of futuristic mnemonics of inspiration and persuasion to the brain so that people around go under bullets even more willingly! Update leadership skills even more!" | ||
name = "Delux command protocols 'Graiyor' codex" | ||
desc = "Uploading advanced knowledge of futuristic mnemonics of inspiration and persuasion to the brain so that people around go under bullets even more willingly! Update leadership skills even more!" | ||
icon_state = "deluxleadership_implant" | ||
leadership = 2 | ||
max_skills = list(SKILL_LEAD = SKILL_LEAD_SUPER) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
code/game/objects/items/implants/skill_implants/implantator_skill.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
//////////////////////////////[COMBAT]////////////////////////////// | ||
|
||
/obj/item/implanter/implantator/combat/firearms | ||
name = "aiming support" | ||
name = "Aiming support" | ||
icon_state = "weapon" | ||
internal_implant = /obj/item/implant/skill/combat/firearms | ||
|
||
/obj/item/implanter/implantator/combat/melee | ||
name = "close combat codex" | ||
name = "Close combat codex" | ||
icon_state = "melee" | ||
internal_implant = /obj/item/implant/skill/combat/melee | ||
|
||
//////////////////////////////[SUPPORT]////////////////////////////// | ||
|
||
/obj/item/implanter/implantator/codex/medical | ||
name = "medtech" | ||
name = "Medtech" | ||
icon_state = "medical" | ||
internal_implant = /obj/item/implant/skill/codex/medical | ||
|
||
/obj/item/implanter/implantator/codex/surgery | ||
name = "surgery assisting system" | ||
name = "Surgery assisting system" | ||
icon_state = "surgery" | ||
internal_implant = /obj/item/implant/skill/codex/surgery | ||
|
||
/obj/item/implanter/implantator/codex/engineer | ||
name = "construction support system" | ||
name = "Construction support system" | ||
icon_state = "enginering" | ||
internal_implant = /obj/item/implant/skill/codex/engineer | ||
|
||
//////////////////////////////[SPECIAL]////////////////////////////// | ||
|
||
/obj/item/implanter/implantator/oper_system/leadership | ||
name = "command protocols 'Graiyor' codex" | ||
name = "Command protocols 'Graiyor' codex" | ||
icon_state = "leadership" | ||
empty_icon = "leadership" | ||
internal_implant = /obj/item/implant/skill/oper_system/leadership | ||
|
||
/obj/item/implanter/implantator/oper_system/leadership/delux | ||
name = "delux command protocols 'Graiyor' codex" | ||
name = "Delux command protocols 'Graiyor' codex" | ||
icon_state = "deluxleadership" | ||
empty_icon = "deluxleadership" | ||
internal_implant = /obj/item/implant/skill/oper_system/leadership/delux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters