-
Notifications
You must be signed in to change notification settings - Fork 476
Add: Мехи Ратваритам+ #8513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master220
Are you sure you want to change the base?
Add: Мехи Ратваритам+ #8513
Changes from 31 commits
705e812
5b1c9ac
6936fdf
1b48c89
62fd589
8850e72
4f4b5f5
00684d6
69c1d79
475556d
d77cb94
18c30a8
ec2f3f1
ebb5f37
f9cdb60
6b9ad91
0da328d
d25569d
82199ac
789c2f6
848999f
557b0b9
6f719ba
bb1d2a3
279073d
f529d7e
6d57c3e
d3ca0ef
11310c3
10b38fa
0df005d
3613b0d
a91ffcb
7d8bbc5
34fbb49
ccb3835
1cdf189
aeb2db2
469427f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -142,6 +142,14 @@ | |
| drill_level = DRILL_HARDENED | ||
| integrated = TRUE | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/drill/brass | ||
| name = "Brass exosuit drill" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ру неймс |
||
| desc = "Equipment for engineering and combat exosuits. This is a blessed version of the drill" | ||
Vadim7222 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| icon_state = "mech_brass_drill" | ||
| equip_cooldown = 0.5 SECONDS | ||
| drill_delay = 2.5 | ||
| drill_level = DRILL_HARDENED | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/mining_scanner | ||
| name = "exosuit mining scanner" | ||
| desc = "Equipment for engineering and combat exosuits. It will automatically check surrounding rock for useful minerals." | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -187,6 +187,27 @@ | |
| start_cooldown() | ||
| return TRUE | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/brass_armor_booster | ||
| name = "Brass Armor Booster Module" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ру неймс |
||
| desc = "Boosts exosuit armor against all attacks. Completely blocks taser shots. Requires energy to operate." | ||
Vadim7222 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| icon_state = "mecha_abooster_brass" | ||
| equip_cooldown = 0.5 SECONDS | ||
| energy_drain = 25 | ||
| range = 0 | ||
| var/deflect_coeff = 1.30 | ||
| var/damage_coeff = 0.7 | ||
| selectable = MODULE_SELECTABLE_NONE | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/brass_armor_booster/proc/projectile_react() | ||
| if(action_checks(src)) | ||
| start_cooldown() | ||
| return TRUE | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/brass_armor_booster/proc/attack_react(mob/user) | ||
| if(action_checks(user)) | ||
| start_cooldown() | ||
| return TRUE | ||
|
|
||
| ////////////////////////////////// REPAIR DROID ////////////////////////////////////////////////// | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/repair_droid | ||
|
|
@@ -853,3 +874,23 @@ | |
| INSTRUMENTAL = "механическими клешнями", | ||
| PREPOSITIONAL = "механических клешнях", | ||
| ) | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/cage/brass | ||
|
Check failure on line 878 in code/game/mecha/equipment/tools/other_tools.dm
|
||
| name = "brass cradle" | ||
Vadim7222 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| desc = "Модуль для экзокостюмов, используемый для задержания заблудших." | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. также более общее описание нужно. Если хочешь что бы игроки со спец ролю видели дополнительное описание есть отдельный флаг для этого |
||
| icon_state = "mecha_cage_brass" | ||
| origin_tech = "combat=6;materials=5" | ||
| equip_cooldown = 2 SECONDS | ||
| energy_drain = 250 | ||
| salvageable = FALSE | ||
| alert_category = "mecha_cage" | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/cage/brass/get_ru_names() | ||
| return list( | ||
| NOMINATIVE = "модуль \"Латунная колыбель\"", | ||
| GENITIVE = "модуля \"Латунная колыбель\"", | ||
| DATIVE = "модулю \"Латунная колыбель\"", | ||
| ACCUSATIVE = "модуль \"Латунная колыбель\"", | ||
| INSTRUMENTAL = "модулем \"Латунная колыбель\"", | ||
| PREPOSITIONAL = "модуле \"Латунная колыбель\"", | ||
| ) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -111,6 +111,23 @@ | |
| start_cooldown() | ||
| return TRUE | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/hydraulic_clamp/brass | ||
|
Check failure on line 114 in code/game/mecha/equipment/tools/work_tools.dm
|
||
| name = "Brass clamp" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ру неймс |
||
| desc = "Equipment for brass exosuits. Lifts objects and loads them into cargo." | ||
Vadim7222 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| icon_state = "mecha_brassclamp" | ||
| equip_cooldown = 1 SECONDS | ||
| energy_drain = 5 | ||
| dam_force = 25 | ||
| harmful = TRUE | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/hydraulic_clamp/brass/attach_act(obj/mecha/M) | ||
| chassis.cargo_expanded = TRUE | ||
| chassis.cargo_capacity = 25 | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/hydraulic_clamp/brass/detach_act(obj/mecha/M) | ||
| chassis.cargo_expanded = FALSE | ||
| chassis.cargo_capacity = initial(chassis.cargo_capacity) | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/cargo_upgrade | ||
| name = "Cargo expansion upgrade" | ||
| desc = "A working exosuit module that allows you to turn your Ripley into a hearse, zoo, or armored personnel carrier." | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -192,6 +192,24 @@ | |
| fire_sound = 'sound/weapons/gunshots/1taser.ogg' | ||
| size = 1 | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/weapon/energy/brasstaser | ||
| name = "\"Spark of the Righteous\" Mounted Taser" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ру неймс |
||
| icon_state = "mecha_taser_brass" | ||
| energy_drain = 15 | ||
| equip_cooldown = 0.5 SECONDS | ||
| projectile = /obj/projectile/energy/electrode/brass | ||
| fire_sound = 'sound/weapons/gunshots/1taser.ogg' | ||
| size = 1 | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/weapon/energy/brasslaser | ||
| equip_cooldown = 0.3 SECONDS | ||
| name = "\"Ray of Faith\" Laser" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. . |
||
| icon_state = "mecha_brassdart" | ||
| energy_drain = 20 | ||
| projectile = /obj/projectile/beam/laser/light/rat/mecha | ||
| fire_sound = 'sound/weapons/gunshots/1laser4.ogg' | ||
| harmful = TRUE | ||
|
|
||
| /obj/item/mecha_parts/mecha_equipment/weapon/honker | ||
| name = "HoNkER BlAsT 5000" | ||
| icon_state = "mecha_honker" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.