-
Notifications
You must be signed in to change notification settings - Fork 446
map: old nasa void v2.1 #6745
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
Draft
tsoivecen199015
wants to merge
28
commits into
ss220-space:master220
Choose a base branch
from
tsoivecen199015:OldNasaVoidV21
base: master220
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
map: old nasa void v2.1 #6745
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
664db2e
hivebots
tsoivecen199015 593d6d1
Update oldstation.dm
tsoivecen199015 54a11a8
Update void.dm
tsoivecen199015 bff862b
Update jetpack.dm
tsoivecen199015 5d737ef
human sprite
tsoivecen199015 ac4be02
Sobaki
tsoivecen199015 3e69c15
KFC
tsoivecen199015 cfd5773
Dino
tsoivecen199015 87d14dc
Tara
tsoivecen199015 16602af
Monke
tsoivecen199015 05e9d65
Gey
tsoivecen199015 38ea33e
Add files via upload
tsoivecen199015 e126df5
Bots
tsoivecen199015 a385d53
inhand
tsoivecen199015 9d94522
Update oldstation.dm
tsoivecen199015 c6c966f
Update hivebot.dm
tsoivecen199015 36c74c9
Backpack
tsoivecen199015 d8b712c
VoidPack
tsoivecen199015 df84b7c
Update oldstation.dm
tsoivecen199015 42acbcb
Update void.dm
tsoivecen199015 9bc69dc
Small Issue oldstation.dm
tsoivecen199015 e35707f
Update code/modules/awaymissions/mission_code/ruins/oldstation.dm
tsoivecen199015 e7ce6dc
Add files via upload
tsoivecen199015 c2f9fd7
Update void.dm
tsoivecen199015 1cddee5
Update hivebot.dm
tsoivecen199015 08d78fb
Hivebot Anim
tsoivecen199015 1334d91
Merge branch 'master220' into OldNasaVoidV21
tsoivecen199015 6ae0fb1
Merge branch 'master220' into OldNasaVoidV21
tsoivecen199015 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -50,35 +50,61 @@ | |
access = list(ACCESS_ROBOTICS) | ||
|
||
/obj/item/storage/backpack/old | ||
max_combined_w_class = 12 | ||
name = "Belt and shoulder system" | ||
desc = "The belt-and-shoulder system developed for astronauts originally served as a safety harness to be worn on top of the spacesuit." | ||
icon_state = "oldnasa" | ||
item_state = "oldnasa" | ||
icon = 'icons/mob/clothing/back.dmi' | ||
lefthand_file = 'icons/mob/inhands/clothing_lefthand.dmi' | ||
righthand_file = 'icons/mob/inhands/clothing_righthand.dmi' | ||
storage_slots = 25 | ||
slot_flags = list(ITEM_SLOT_BELT, ITEM_SLOT_BACK) | ||
max_combined_w_class = 25 | ||
display_contents_with_number = TRUE | ||
max_w_class = WEIGHT_CLASS_SMALL | ||
|
||
// Equipment | ||
/obj/item/clothing/head/helmet/space/nasavoid/old | ||
name = "Engineering Void Helmet" | ||
desc = "A CentCom engineering dark red space suit helmet. While old and dusty, it still gets the job done." | ||
icon_state = "void-red" | ||
item_state = "void" | ||
|
||
/obj/item/clothing/suit/space/nasavoid/old | ||
name = "Engineering Voidsuit" | ||
icon_state = "void-red" | ||
item_state = "void" | ||
desc = "A CentCom engineering dark red space suit. Age has degraded the suit making is difficult to move around in." | ||
slowdown = 4 | ||
allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/multitool) | ||
|
||
/obj/item/clothing/head/helmet/old | ||
name = "degrading helmet" | ||
desc = "Standard issue security helmet. Due to degradation the helmet's visor obstructs the users ability to see long distances." | ||
name = "BM1 helmet" | ||
desc = "Steel helmet, the cheap plastic visor is clouded and yellowed, unfortunately it's welded on." | ||
tint = 2 | ||
|
||
/obj/item/clothing/suit/armor/vest/old | ||
name = "degrading armor vest" | ||
desc = "Older generation Type 1 armored vest. Due to degradation over time the vest is far less maneuverable to move in." | ||
name = "BM1 armor vest" | ||
desc = "It's body armor, its straps have worn out and now it keeps sliding off. You can't feel the shock absorber behind the plate, what is it? A book?" | ||
icon_state = "armor" | ||
item_state = "armor" | ||
slowdown = 1 | ||
|
||
/obj/item/gun/projectile/automatic/pistol/enforcer/old | ||
name = "Glock 25" | ||
desc = "A rare example of a 21st century pistol, a luxury item. The pistol is designed for 9 mm cartridge and is stamped ABOTCH CR 412." | ||
icon_state = "enforcer_grey" | ||
force = 10 | ||
mag_type = /obj/item/ammo_box/magazine/enforcer | ||
fire_sound = 'sound/weapons/gunshots/1colt.ogg' | ||
can_suppress = TRUE | ||
unique_reskin = TRUE | ||
can_flashlight = TRUE | ||
gun_light_overlay = "enforcer-light" | ||
|
||
/obj/item/gun/projectile/shotgun/old | ||
name = "Remington 871M" | ||
desc = "Traditional shotgun with wooden hardware and a four-round magazine at the bottom. It is stamped ABOTCH-2231" | ||
icon_state = "shotgun" | ||
item_state = "shotgun" | ||
w_class = WEIGHT_CLASS_BULKY | ||
force = 10 | ||
flags = CONDUCT | ||
can_holster = FALSE | ||
slot_flags = ITEM_SLOT_BACK | ||
origin_tech = "combat=4;materials=2" | ||
mag_type = /obj/item/ammo_box/magazine/internal/shot | ||
fire_sound = 'sound/weapons/gunshots/1shotgun_old.ogg' | ||
weapon_weight = WEAPON_HEAVY | ||
pb_knockback = 2 | ||
tsoivecen199015 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
/obj/item/gun/energy/laser/retro/old | ||
name ="laser gun" | ||
icon_state = "retro" | ||
|
@@ -102,10 +128,11 @@ | |
e_cost = 1000 | ||
|
||
// Papers | ||
|
||
/obj/item/paper/fluff/ruins/oldstation | ||
name = "Cryo Awakening Alert" | ||
language = LANGUAGE_SOL_COMMON | ||
info = "<b>**WARNING**</b><br><br>Catastrophic damage sustained to station. Powernet exhausted to reawaken crew.<br><br>Immediate Objectives<br><br>1: Activate emergency power generator<br>2: Lift station lockdown on the bridge<br><br>Please locate the 'Damage Report' on the bridge for a detailed situation report." | ||
info = "<B>**WARNING**</B><BR><BR>Catastrophic damage sustained to station. Powernet exhausted to reawaken crew.<BR><BR>Immediate Objectives<br><br>1: Activate emergency power generator<br>2: Lift station lockdown on the bridge<br><br>Please locate the 'Damage Report' on the bridge for a detailed situation report." | ||
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. Теги в нижнем регистре. Верхний являетсяется устаревшим форматом. |
||
|
||
/obj/item/paper/fluff/ruins/oldstation/damagereport | ||
name = "Damage Report" | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
То, что главлока у нас нет, не значит, что на новый контент не надо делать перевод.