-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add: new NAS Trurl #811
Add: new NAS Trurl #811
Conversation
Боевые мехи это как-то слишком жирно для ЕРТшников |
абсолютно похуй, раз 20 поменяется еще |
Кстати, на цк должна быть админ зона (тандердром) и админ тюрьма(у админов есть смайт jail который кидает на цкшную тюрьму) |
Тандердом у нас не юзается, админ зона будет скорее всего отдельно (может отдельным з-левелом, не знаю, могу ошибаться). Смайтом будет кидать в текущую тюрягу |
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself |
Reviewer's Guide by SourceryThis pull request introduces a new NanoTrasen Central Command (NAS) ship named "Trurl". It includes new vending machines for ammunition and gear, updates area names for CentCom, adds docking ports and shuttles for Argos and Specops, new statues, map templates, outfit access changes, and various other additions. Class diagram for new vending machinesclassDiagram
class obj_machinery_vending_nta {
+name: NT Ammunition
+desc: string
+icon_state: nta
+onstation: false
+all_products_free: true
+products: list
}
obj_machinery_vending_nta <|-- obj_machinery_vending_nta_light
obj_machinery_vending_nta <|-- obj_machinery_vending_nta_heavy
class obj_machinery_vending_nta_light {
+name: NT Ammunition - Light Gear
+product_categories: list
-Weapons
-Ammo & Grenades
-Equipment
}
class obj_machinery_vending_nta_heavy {
+name: NT Ammunition - Heavy Gear
+product_categories: list
-Weapons
-Ammo & Grenades
-Equipment
-Medical
}
Class diagram for new shuttle computersclassDiagram
class obj_machinery_computer_camera_advanced_shuttle_docker {
+name: string
+desc: string
+shuttleId: string
+shuttlePortId: string
+x_offset: number
+y_offset: number
}
obj_machinery_computer_camera_advanced_shuttle_docker <|-- argos_docker
obj_machinery_computer_camera_advanced_shuttle_docker <|-- specops_docker
class argos_docker {
+name: syndicate infiltrator navigation computer
+shuttleId: argos
+view_range: 5.5
}
class specops_docker {
+name: Specops navigation computer
+shuttleId: specops
}
class obj_machinery_computer_shuttle {
+name: string
+desc: string
+shuttleId: string
+possible_destinations: string
}
obj_machinery_computer_shuttle <|-- argos_console
obj_machinery_computer_shuttle <|-- specops_console
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Ревью карты будет позже
layer = ABOVE_MOB_LAYER | ||
abstract_type = /obj/structure/statue/statue_holoplanet | ||
|
||
|
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.
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.
Предварительный апрув.
То что увидел на картах - поправил сам.
About The Pull Request
Потихоньку пилим НАШ ЦК для НАШЕЙ Бандастейшон, ух.
Трурль в виде корабля.
Why It's Good For The Game
Прикольный кораблик с присущим 220 пафосом. РП, все дела.
ВСЕ ДЕКОР, КРОМЕ ЗОНЫ ОБР
Changelog
Вроде все
🆑
add: Новый Трурль.
/:cl:
Summary by Sourcery
New Features: