Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_NF/guidebook/guides.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ guide-entry-sector-topology = Sector Topology
guide-entry-cargo-hauling = Cargo Hauling
guide-entry-shipyard = Shipyard
guide-entry-frontier-rules = Server Rules
guide-entry-role = Roles
forge-job-name-pirating = Pirating

# Engineering entries
guide-entry-gas-mining = Gas Mining
Expand Down
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/_NF/guidebook/guides.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ guide-entry-hiring = Наём экипажа
guide-entry-expeditions = Экспедиции
guide-entry-shipyard = Верфи
guide-entry-frontier-rules = Правила сервера
guide-entry-role = Роли
forge-job-name-pirating = Пиратство
forge-job-name-capture = Захват точек

# Expedition faction entries
guide-entry-expedition-aberrant-flesh = Аномальная плоть
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
state: helm
- map: ["computerLayerKeys"]
state: syndie_key
- type: GuideHelp
guides:
- Capture
1 change: 1 addition & 0 deletions Resources/Prototypes/_Forge/Roles/Jobs/Renegates/Baron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Baron
name: forge-job-name-baron
description: forge-job-desc-baron
guides: [ Renegates ]
playTimeTracker: JobBaron
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Draftsman
name: forge-job-name-draftsman
description: forge-job-desc-draftsman
guides: [ Renegates ]
playTimeTracker: JobDraftsman
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Flunky
name: forge-job-name-flunky
description: forge-job-desc-flunky
guides: [ Renegates ]
playTimeTracker: JobFlunky
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Foreman
name: forge-job-name-foreman
description: forge-job-desc-foreman
guides: [ Renegates ]
playTimeTracker: JobForeman
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Militia
name: forge-job-name-militia
description: forge-job-desc-militia
guides: [ Renegates ]
playTimeTracker: JobMilitia
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Overseer
name: forge-job-name-overseer
description: forge-job-desc-overseer
guides: [ Renegates ]
playTimeTracker: JobOverseer
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_Forge/Roles/Jobs/Renegates/Quack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Quack
name: forge-job-name-quack
description: forge-job-desc-quack
guides: [ Renegates ]
playTimeTracker: JobQuack
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Watchman
name: forge-job-name-watchman
description: forge-job-desc-watchman
guides: [ Renegates ]
playTimeTracker: JobWatchman
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
61 changes: 61 additions & 0 deletions Resources/Prototypes/_NF/Guidebook/nf14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
text: "/ServerInfo/_Forge/Guidebook/_NF/NewFrontier14.xml" # Forge-change
priority: -1
children: # note: children may be in other files. When adding to this, update the priority of anything after.
- Role # Forge-change
- Bank
- Hiring
- Piloting
Expand All @@ -17,6 +18,8 @@
- BoardingTeleport # forge
- Creatures # mono
- MonoMisc # mono
- Pirating # Forge-Change
- Capture # Forge-Change

- type: guideEntry
id: Bank
Expand Down Expand Up @@ -103,3 +106,61 @@
name: guide-entry-shield-generators-ullman
text: "/ServerInfo/_Forge/Guidebook/_NF/ShieldGeneratorsUllman.xml"
priority: 5
# Forge-Change-Start

- type: guideEntry
id: Role
name: guide-entry-role
text: "/ServerInfo/_Forge/Guidebook/_NF/Role.xml"
priority: -2
children:
- Explorers
- Renegates

- type: guideEntry
id: Explorers
name: guide-entry-expedition-explorers
text: "/ServerInfo/_Forge/Guidebook/_NF/Explorers.xml"
priority: 1
children:
- ExplorersContractor
- ExplorersMercenary

- type: guideEntry
id: ExplorersContractor
name: job-name-contractor
text: "/ServerInfo/_Forge/Guidebook/_NF/Contractor.xml"
priority: 1

- type: guideEntry
id: ExplorersMercenary
name: job-name-mercenary
text: "/ServerInfo/_Forge/Guidebook/_NF/Mercenary.xml"
priority: 2

- type: guideEntry
id: Renegates
name: department-Renegates
text: "/ServerInfo/_Forge/Guidebook/_NF/Renegates.xml"
priority: 2
children:
- RenegateFlunky

- type: guideEntry
id: RenegateFlunky
name: forge-job-name-flunky
text: "/ServerInfo/_Forge/Guidebook/_NF/RenegateFlunky.xml"
priority: 1

- type: guideEntry
id: Pirating
name: forge-job-name-pirating
text: "/ServerInfo/_Forge/Guidebook/_NF/Pirating.xml"
priority: 6

- type: guideEntry
id: Capture
name: forge-job-name-capture
text: "/ServerInfo/_Forge/Guidebook/_NF/Capture.xml"
priority: 7
# Forge-Change-End
1 change: 1 addition & 0 deletions Resources/Prototypes/_NF/Roles/Jobs/Civilian/mercenary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
canBeAntag: true
icon: "JobIconMercenary"
supervisors: job-supervisors-hire
guides: [ ExplorersMercenary ]
weight: 3 # Prioritize station & department jobs
displayWeight: 20 # Second from the bottom
setPreference: true
Expand Down
26 changes: 26 additions & 0 deletions Resources/ServerInfo/_Forge/Guidebook/_NF/Capture.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<Document>
# Захват точек интересов
<Box>
<GuideEntityEmbed Entity="ComputerIFFCapture"/>
<GuideEntityEmbed Entity="PoiTreasuryCargoDepot"/>
</Box>
Работаете в компании или фракции? Тогда можете захватывать множество станций и получать ресурсы или кредиты из них в зависимости что захватили, вам достаточно лишь найти её консоль и активировать.

Основные точки интересов:
- [color=orange]Депо[/color] - Процент с продаж товаров,
- [color=orange]Маяк Омникульта[/color] - Религиозные Принадлежности,
- [color=orange]Казино Безумного Кейси[/color] - Драгоценности,
- [color=orange]Центр Хранения Данных "Севастополь"[/color] - Диски Исследовательских очков и технодиски,
- [color=orange]У Багамской Мамы[/color] - Еда.

## Не можете захватить?
У каждой точки есть таймер "Перезахват" который активируется после захвата, длится он 1 час. Пока он идёт точку нельзя перехватывать, так что ждите следующей возможности.

## Что дальше?
Теперь это ваша территория, можете обустраивать её как хотите и защишайте её от вторжение других фракций или организаций.

Так можете её передать в управление другой фракции или организации, в рамках сделки или по иным договоренностям.

## На вашу точку начали захват?!
Успейте в течение 10 минут нажать на консоли "Сбить Захват" и точка останется вашей, при чем неважно кто это сделает - вы или случайный авантюрист не связанный с вашей организацией так что можете всегда нанять наёмников для отражение нападение.
</Document>
Loading
Loading