add: notification upon head arrival (#402)
This commit is contained in:
3
Resources/Locale/ru-RU/_white/announce/announce.ftl
Normal file
3
Resources/Locale/ru-RU/_white/announce/announce.ftl
Normal file
@@ -0,0 +1,3 @@
|
||||
head-arrived-message = { $character }, { $job }, Глава отдела
|
||||
head-arrived-message-global = { $job } { $character } на станции
|
||||
head-arrived-sender = Автоматическая Система Оповещений
|
||||
@@ -15,6 +15,7 @@
|
||||
weight: 10
|
||||
startingGear: QuartermasterGear
|
||||
icon: "JobIconQuarterMaster"
|
||||
announcementPrototype: QuartermasterArrivalNotification
|
||||
supervisors: job-supervisors-captain
|
||||
whitelistedSpecies:
|
||||
- Human
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
icon: "JobIconCaptain"
|
||||
requireAdminNotify: true
|
||||
joinNotifyCrew: true
|
||||
announcementPrototype: CaptainArrivalNotification
|
||||
supervisors: job-supervisors-centcom
|
||||
whitelistedSpecies:
|
||||
- Human
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
startingGear: HoPGear
|
||||
icon: "JobIconHeadOfPersonnel"
|
||||
requireAdminNotify: true
|
||||
announcementPrototype: HeadOfPersonnelArrivalNotification
|
||||
supervisors: job-supervisors-captain
|
||||
whitelistedSpecies:
|
||||
- Human
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
startingGear: ChiefEngineerGear
|
||||
icon: "JobIconChiefEngineer"
|
||||
requireAdminNotify: true
|
||||
announcementPrototype: ChiefEngineerArrivalNotification
|
||||
supervisors: job-supervisors-captain
|
||||
whitelistedSpecies:
|
||||
- Human
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
time: 36000 #10 hrs
|
||||
startingGear: InspectorGear
|
||||
icon: "JobIconInspector"
|
||||
announcementPrototype: InspectorArrivalNotification
|
||||
supervisors: job-supervisors-captain
|
||||
access:
|
||||
- Service
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
weight: 10
|
||||
startingGear: CMOGear
|
||||
icon: "JobIconChiefMedicalOfficer"
|
||||
announcementPrototype: ChiefMedicalOfficerArrivalNotification
|
||||
requireAdminNotify: true
|
||||
supervisors: job-supervisors-captain
|
||||
whitelistedSpecies:
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
startingGear: ResearchDirectorGear
|
||||
icon: "JobIconResearchDirector"
|
||||
requireAdminNotify: true
|
||||
announcementPrototype: ResearchDirectorArrivalNotification
|
||||
supervisors: job-supervisors-captain
|
||||
whitelistedSpecies:
|
||||
- Human
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
startingGear: HoSGear
|
||||
icon: "JobIconHeadOfSecurity"
|
||||
requireAdminNotify: true
|
||||
announcementPrototype: HeadOfSecurityArrivalNotification
|
||||
supervisors: job-supervisors-captain
|
||||
whitelistedSpecies:
|
||||
- Human
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
- type: arrivalNotification
|
||||
id: CaptainArrivalNotification
|
||||
message: head-arrived-message
|
||||
globalMessage: head-arrived-message-global
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
useGlobalAnnouncement: True
|
||||
|
||||
- type: arrivalNotification
|
||||
id: HeadOfPersonnelArrivalNotification
|
||||
message: head-arrived-message
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
- Service
|
||||
|
||||
- type: arrivalNotification
|
||||
id: HeadOfSecurityArrivalNotification
|
||||
message: head-arrived-message
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
- Security
|
||||
|
||||
- type: arrivalNotification
|
||||
id: ChiefMedicalOfficerArrivalNotification
|
||||
message: head-arrived-message
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
- Medical
|
||||
|
||||
- type: arrivalNotification
|
||||
id: ChiefEngineerArrivalNotification
|
||||
message: head-arrived-message
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
- Engineering
|
||||
|
||||
- type: arrivalNotification
|
||||
id: ResearchDirectorArrivalNotification
|
||||
message: head-arrived-message
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
- Science
|
||||
|
||||
- type: arrivalNotification
|
||||
id: QuartermasterArrivalNotification
|
||||
message: head-arrived-message
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
- Cargo
|
||||
|
||||
- type: arrivalNotification
|
||||
id: InspectorArrivalNotification
|
||||
message: head-arrived-message
|
||||
radioChannelsPrototypes:
|
||||
- Command
|
||||
- Security
|
||||
Reference in New Issue
Block a user