diff --git a/Content.Shared/Chat/SharedChatSystem.cs b/Content.Shared/Chat/SharedChatSystem.cs index e61d93efaeb..a20d649d238 100644 --- a/Content.Shared/Chat/SharedChatSystem.cs +++ b/Content.Shared/Chat/SharedChatSystem.cs @@ -15,13 +15,13 @@ public abstract class SharedChatSystem : EntitySystem public const char LocalPrefix = '>'; public const char ConsolePrefix = '/'; public const char DeadPrefix = '\\'; - public const char LOOCPrefix = '('; + public const char LOOCPrefix = '_'; // Corvax-Localization public const char OOCPrefix = '['; - public const char EmotesPrefix = '@'; + public const char EmotesPrefix = '%'; // Corvax-Localization public const char EmotesAltPrefix = '*'; public const char AdminPrefix = ']'; public const char WhisperPrefix = ','; - public const char DefaultChannelKey = 'h'; + public const char DefaultChannelKey = 'р'; // Corvax-Localization [ValidatePrototypeId] public const string CommonChannel = "Common"; diff --git a/Content.Shared/Humanoid/NamingSystem.cs b/Content.Shared/Humanoid/NamingSystem.cs index af4e20fd997..fee95a0b999 100644 --- a/Content.Shared/Humanoid/NamingSystem.cs +++ b/Content.Shared/Humanoid/NamingSystem.cs @@ -35,6 +35,9 @@ public string GetName(string species, Gender? gender = null) case SpeciesNaming.FirstDashFirst: return Loc.GetString("namepreset-firstdashfirst", ("first1", GetFirstName(speciesProto, gender)), ("first2", GetFirstName(speciesProto, gender))); + case SpeciesNaming.XnoY: + return Loc.GetString("namepreset-x-no-y", + ("first", GetFirstName(speciesProto, gender)), ("last", GetLastName(speciesProto, gender))); case SpeciesNaming.FirstLast: default: return Loc.GetString("namepreset-firstlast", @@ -76,4 +79,4 @@ public string GetLastName(SpeciesPrototype speciesProto, Gender? gender = null) } // Corvax-LastnameGender-End } -} \ No newline at end of file +} diff --git a/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs b/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs index 847a4aec9f6..409ec4387d7 100644 --- a/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs +++ b/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs @@ -140,5 +140,6 @@ public enum SpeciesNaming : byte First, FirstLast, FirstDashFirst, + XnoY, TheFirstofLast, } diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_female1.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_female1.ogg new file mode 100644 index 00000000000..f74882f902f Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_female1.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_female2.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_female2.ogg new file mode 100644 index 00000000000..8bd7f74cfdd Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_female2.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_female3.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_female3.ogg new file mode 100644 index 00000000000..6e05d1ea794 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_female3.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_female4.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_female4.ogg new file mode 100644 index 00000000000..f33b775fd34 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_female4.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_female5.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_female5.ogg new file mode 100644 index 00000000000..cbeeb63e128 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_female5.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_female6.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_female6.ogg new file mode 100644 index 00000000000..444b6688a48 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_female6.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_female7.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_female7.ogg new file mode 100644 index 00000000000..096354f9850 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_female7.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_male1.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_male1.ogg new file mode 100644 index 00000000000..e0ddde118f3 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_male1.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_male2.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_male2.ogg new file mode 100644 index 00000000000..2119daf880d Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_male2.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_male3.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_male3.ogg new file mode 100644 index 00000000000..6d5cb214f3a Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_male3.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_male4.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_male4.ogg new file mode 100644 index 00000000000..a9173a1a2c0 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_male4.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_male5.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_male5.ogg new file mode 100644 index 00000000000..8e7ef3734d8 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_male5.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_male6.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_male6.ogg new file mode 100644 index 00000000000..546ba45bff0 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_male6.ogg differ diff --git a/Resources/Audio/Corvax/Frontier/Voice/gasp_male7.ogg b/Resources/Audio/Corvax/Frontier/Voice/gasp_male7.ogg new file mode 100644 index 00000000000..f73854f6cf3 Binary files /dev/null and b/Resources/Audio/Corvax/Frontier/Voice/gasp_male7.ogg differ diff --git "a/Resources/Audio/Corvax/Frontier/Voice/\321\213.txt" "b/Resources/Audio/Corvax/Frontier/Voice/\321\213.txt" new file mode 100644 index 00000000000..c2a28993188 --- /dev/null +++ "b/Resources/Audio/Corvax/Frontier/Voice/\321\213.txt" @@ -0,0 +1 @@ +ы diff --git a/Resources/ConfigPresets/Corvax/mrp.toml b/Resources/ConfigPresets/Corvax/mrp.toml new file mode 100644 index 00000000000..e4b7507656e --- /dev/null +++ b/Resources/ConfigPresets/Corvax/mrp.toml @@ -0,0 +1,21 @@ +[server] +rules_file = "RulesCorvax.txt" + +[ic] +flavor_text = true +punctuation = false + +[ooc] +enable_during_round = false + +[atmos] +space_wind = true +space_wind_max_velocity = 22.0 + +[vote] +restart_required_ratio = 0.85 +same_type_timeout = 300.0 +timerrestart = 30 +map_enabled = false +preset_enabled = false +restart_enabled = false diff --git a/Resources/Locale/ru-RU/_NF/prototypes/access/accesses.ftl b/Resources/Locale/ru-RU/_NF/prototypes/access/accesses.ftl index fad527ae9d4..892c63aacc8 100644 --- a/Resources/Locale/ru-RU/_NF/prototypes/access/accesses.ftl +++ b/Resources/Locale/ru-RU/_NF/prototypes/access/accesses.ftl @@ -1,4 +1,4 @@ -id-card-access-level-frontier = фронтир -id-card-access-level-pilot = пилот -id-card-access-level-mail = почтальон -id-card-access-level-mercenary = наёмник +id-card-access-level-frontier = Фронтир +id-card-access-level-pilot = Пилот +id-card-access-level-mail = Почтальон +id-card-access-level-mercenary = Наёмник diff --git a/Resources/Locale/ru-RU/prototypes/access/accesses.ftl b/Resources/Locale/ru-RU/prototypes/access/accesses.ftl index 95eeea55d1a..7fa7361a990 100644 --- a/Resources/Locale/ru-RU/prototypes/access/accesses.ftl +++ b/Resources/Locale/ru-RU/prototypes/access/accesses.ftl @@ -2,7 +2,7 @@ id-card-access-level-command = Командование id-card-access-level-captain = Капитан id-card-access-level-cryogenics = Криогеника id-card-access-level-head-of-personnel = Представитель Фронтира -id-card-access-level-head-of-security = Шуриф +id-card-access-level-head-of-security = Шериф id-card-access-level-security = Служба безопасности Фронтира id-card-access-level-armory = Оружейная id-card-access-level-brig = Бриг diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_nf/entities/clothing/outerclothing/armor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_nf/entities/clothing/outerclothing/armor.ftl index e891701832b..4d76733f919 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/_nf/entities/clothing/outerclothing/armor.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_nf/entities/clothing/outerclothing/armor.ftl @@ -1,4 +1,4 @@ -ent-ClothingOuterArmorSRCarapace = панцирь представителя станции +ent-ClothingOuterArmorSRCarapace = панцирь представителя .desc = Бронированный нагрудник, обеспечивающий защиту и при этом обладающий мобильностью и гибкостью. Выдается только лучшим представителям станции. ent-ClothingOuterBioArmoredSyndicate = биозащитный костюм .desc = Продвинутый костюм, защищающий от биологического заражения, для любителей военных преступлений. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl index 1f33a7c378a..39047b52ec6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/fun.ftl @@ -18,8 +18,8 @@ ent-CrateFunArtSupplies = художественные принадлежнос .desc = Устройте парочку счастливых случайностей с этими мелками! ent-CrateFunBoardGames = ящик настольных игр .desc = Доказано, что игровые вечера либо сводят на нет скуку, либо усиливают убийственную ярость в зависимости от игры. -ent-CrateFunATV = ATV crate - .desc = An Absolutely Taxable Vehicle to help cargo with hauling. +ent-CrateFunATV = ящик с квадроциклом + .desc = { ent-CrateLivestock.desc } ent-CrateFunSadTromboneImplants = ящик имплантов Грустный тромбон .desc = Умирать ещё никогда не было так весело! Имплантируйте его, чтобы сделать смерть немного ярче. ent-CrateFunLightImplants = ящик имплантов Свет @@ -28,8 +28,8 @@ ent-CrateFunParty = набор для вечеринок .desc = Все участники вечеринки ждут, когда вы его откроете. Включает в себя подарки, напитки и даже торт. ent-CrateFunWaterGuns = ящик водяных пистолетов .desc = Специальное летнее предложение с набором ярких водяных пистолетов. Не содержит воды. -ent-CrateFunSyndicateSegway = Syndicate segway crate - .desc = A crate containing a two-wheeler that will help you escape from the security officers. Or not. +ent-CrateFunSyndicateSegway = ящик с сегвеем синдиката + .desc = { ent-CrateLivestock.desc } ent-CrateFunBoxing = ящик боксерского снаряжения .desc = Хотите организовать подпольный бойцовский клуб или провести турнир среди сотрудников станции? Этот ящик для вас! ent-CrateFunPirate = { ent-CratePirate } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/deltav/entities/objects/weapons/guns/battery/battery_guns.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/deltav/entities/objects/weapons/guns/battery/battery_guns.ftl index b9e93c1bdd9..9e94c558751 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/deltav/entities/objects/weapons/guns/battery/battery_guns.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/deltav/entities/objects/weapons/guns/battery/battery_guns.ftl @@ -1,4 +1,4 @@ -ent-WeaponEnergyGun = энергитическое оружие +ent-WeaponEnergyGun = энергетическое оружие .desc = Базовый гибридный энергетический пистолет с двумя настройками: оглушить и убить. ent-WeaponEnergyGunMultiphase = мультифазовый лазер x-01 .desc = Это дорогая современная реконструкция старинного лазерного пистолета. Пистолет имеет несколько уникальных режимов стрельбы, но лишен возможности перезаряжаться со временем. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl index 1faa4a0365d..242501951a7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl @@ -42,8 +42,8 @@ ent-ClothingHeadHatFedoraGrey = серая федора .desc = Это серая фетровая шляпа. ent-ClothingHeadHatFez = феска .desc = Красная феска. -ent-ClothingHeadHatHopcap = фуражка главы персонала - .desc = Большая, стильная фуражка главы персонала. +ent-ClothingHeadHatHopcap = фуражка представителя + .desc = Большая, стильная фуражка представителя. ent-ClothingHeadHatHoshat = фуражка главы службы безопасности .desc = На станции новый шериф. ent-ClothingHeadHatOutlawHat = шляпа негодяя diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/cloaks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/cloaks.ftl index 03f9b145421..601452709b6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/cloaks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/cloaks.ftl @@ -12,7 +12,7 @@ ent-ClothingNeckCloakRd = плащ научного руководителя .desc = Фиолетовый плащ с белыми полосами, демонстрирующий ваш статус законодателя передовых технологий. ent-ClothingNeckCloakQm = плащ квартирмейстера .desc = Прочный коричневый плащ со светоотражающей полосой, хотя и не такой модный, как другие, но демонстрирует ваши навыки управления. -ent-ClothingNeckCloakHop = плащ главы персонала +ent-ClothingNeckCloakHop = плащ представителя .desc = Синий плащ с красными плечиками и золотыми пуговицами, свидетельствующий что вы являетесь хранителем каждого шлюза на станции. ent-ClothingNeckCloakHerald = плащ герольда .desc = Зловещий красный плащ с шипами на плечах. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl index c9253a81827..be57773cc32 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl @@ -4,7 +4,7 @@ ent-ClothingNeckMantleCE = мантия старшего инженера .desc = Ярко белая с жёлтыми полосками мантия. Не носите рядом с работающими механизмами. ent-ClothingNeckMantleCMO = мантия главного врача .desc = Светло-голубая накидка для ПРОФЕССИОНАЛА от медицины. Хорошо контрастирует с кровью. -ent-ClothingNeckMantleHOP = мантия главы персонала +ent-ClothingNeckMantleHOP = мантия представителя .desc = Декоративная накидка на плечи синего и красного цветов, подчеркивающая мастерство владения печатями. ent-ClothingNeckMantleHOS = мантия главы службы безопасности .desc = Чешуйчатая мантия, которую можно обернуть вокруг верхней части тела. "Чешуя" символизирует сотрудников службы безопасности и то, как вы несёте их на своих плечах. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/wintercoats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/wintercoats.ftl index 8c8d0d91c93..96fb40ab8f2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/wintercoats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/wintercoats.ftl @@ -26,7 +26,7 @@ ent-ClothingOuterWinterEngi = зимняя куртка инженера .desc = { ent-ClothingOuterWinterCoatToggleable.desc } ent-ClothingOuterWinterGen = зимняя куртка генетика .desc = { ent-ClothingOuterWinterCoatToggleable.desc } -ent-ClothingOuterWinterHoP = зимняя куртка главы персонала +ent-ClothingOuterWinterHoP = зимняя куртка представителя .desc = { ent-ClothingOuterWinterCoat.desc } ent-ClothingOuterWinterHoS = зимняя куртка главы службы безопасности .desc = { ent-ClothingOuterWinterCoatToggleable.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl index 80381205379..2c769fdc06d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpskirts.ftl @@ -26,7 +26,7 @@ ent-ClothingUniformJumpskirtDetectiveGrey = нуарный костюм .desc = Крутой серый костюм частного сыщика с зажимом для галстука. ent-ClothingUniformJumpskirtEngineering = инженерная юбка-комбинезон .desc = Если бы этот костюм был изолированным, возможно, инженеры действительно выполняли бы свою чертову работу. -ent-ClothingUniformJumpskirtHoP = юбка-комбинезон главы персонала +ent-ClothingUniformJumpskirtHoP = юбка-комбинезон представителя .desc = Довольно безвкусная и невзрачная. Идеально подходит для того, чтобы исчезнуть с лица Вселенной. ent-ClothingUniformJumpskirtHoS = юбка-комбинезон главы службы безопасности .desc = Она ярко-красная и хрустящая, какими часто бывают жертвы службы безопасности. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl index d8a2649157c..c6417aa042c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl @@ -52,7 +52,7 @@ ent-ClothingUniformJumpsuitEngineering = инженерный комбинезо .desc = Если бы этот костюм был изолированным, возможно, инженеры действительно выполняли бы свою чертову работу. ent-ClothingUniformJumpsuitEngineeringHazard = защитный комбинезон .desc = Соткан в тёплом оранжевом цвете. Даёт окружающим понять, что вы действительно серьёзно относитесь к делу, когда речь идёт о работе. -ent-ClothingUniformJumpsuitHoP = комбинезон главы персонала +ent-ClothingUniformJumpsuitHoP = комбинезон представителя .desc = Довольно безвкусный и невзрачный. Идеально подходит для того, чтобы исчезнуть с лица Вселенной. ent-ClothingUniformJumpsuitHoS = комбинезон главы службы безопасности .desc = Он ярко-красный и хрустящий, какими часто бывают жертвы службы безопасности. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/door_remote.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/door_remote.ftl index ea8ce7e8e11..56e46170e08 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/door_remote.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/door_remote.ftl @@ -6,7 +6,7 @@ ent-DoorRemoteSecurity = пульт от шлюзов брига .desc = { ent-DoorRemoteDefault.desc } ent-DoorRemoteArmory = пульт от шлюзов оружейной .desc = { ent-DoorRemoteDefault.desc } -ent-DoorRemoteService = пульт от шлюзов отдела сервиса +ent-DoorRemoteService = пульт от шлюзов представителя .desc = { ent-DoorRemoteDefault.desc } ent-DoorRemoteResearch = пульт от шлюзов научного отдела .desc = { ent-DoorRemoteDefault.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl index ff87929bb28..8f62f7326a0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl @@ -8,7 +8,7 @@ ent-TechnicalAssistantPDA = КПК ассистента-техника .desc = Почему он не жёлтый? ent-MedicalInternPDA = КПК врача-интерна .desc = Почему он не белый? Имеет встроенный анализатор здоровья. -ent-SecurityCadetPDA = КПК кадета СБ +ent-SecurityCadetPDA = КПК кадета ДСБФ .desc = Почему он не красный? ent-ResearchAssistantPDA = КПК научного ассистента .desc = Почему он не фиолетовый? @@ -40,7 +40,7 @@ ent-JanitorPDA = КПК уборщика .desc = Пахнет отбеливателем. ent-CaptainPDA = КПК капитана .desc = На удивление ничем не отличается от вашего КПК. -ent-HoPPDA = КПК главы персонала +ent-HoPPDA = КПК представителя .desc = Похоже, что его жевали. ent-CEPDA = КПК старшего инженера .desc = Выглядит так, будто им почти не пользовались. @@ -62,7 +62,7 @@ ent-HoSPDA = КПК главы службы безопасности .desc = Носитель данного КПК - закон. ent-WardenPDA = КПК смотрителя .desc = Похоже, что на ОС был установлен джейлбрейк. -ent-SecurityPDA = КПК офицера СБ +ent-SecurityPDA = КПК офицера ДСБФ .desc = Красный, чтобы скрыть пятна крови ассистента. ent-CentcomPDA = КПК Центком .desc = Светло-зеленый символ ходячей бюрократии. @@ -128,7 +128,7 @@ ent-SeniorResearcherPDA = КПК ведущего учёного .desc = Похоже, он пережил годы химических ожогов и взрывов. ent-SeniorPhysicianPDA = КПК ведущего врача .desc = Слабо пахнет железом и химикатами. Имеет встроенный анализатор здоровья. -ent-SeniorOfficerPDA = КПК инструктора СБ +ent-SeniorOfficerPDA = КПК инструктора ДСБФ .desc = Побит, помят, поломан, практически не пригоден для использования. ent-PiratePDA = КПК с Адамовой головой .desc = 'Черный цвет – стильно! Череп и кости – круто! Что-что? У меня на КПК символ Адамовой головы? Это череп!' diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/paper.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/paper.ftl index 155a583135f..a7c7ddb6728 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/paper.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/paper.ftl @@ -33,8 +33,8 @@ ent-PenCap = перьевая ручка капитана .desc = Элегантная перьевая ручка для капитана станции. ent-PenCentcom = ручка Центком .desc = В стремлении не отстать от "мощи" бюрократической машины Cybersun, NT создала реплику их кибер-ручки в своём корпоративном стиле. -ent-PenHop = перьевая ручка главы персонала - .desc = Элегантная перьевая ручка для главы персонала станции. +ent-PenHop = перьевая ручка представителя + .desc = Элегантная перьевая ручка для представителя станции. ent-BoxFolderBase = папка .desc = Папка, заполненная совершенно секретными документами. ent-BoxFolderRed = { ent-BoxFolderBase } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/rubber_stamp.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/rubber_stamp.ftl index c24ef8e3893..6ceb76f1c26 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/rubber_stamp.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/rubber_stamp.ftl @@ -23,7 +23,7 @@ ent-RubberStampCE = печать старшего инженера ent-RubberStampCMO = печать главврача .suffix = НЕ МАППИТЬ .desc = { ent-RubberStampBase.desc } -ent-RubberStampHop = печать главы персонала +ent-RubberStampHop = печать представителя .suffix = НЕ МАППИТЬ .desc = { ent-RubberStampBase.desc } ent-RubberStampHos = печать главы службы безопасности diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/projectiles/projectiles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/projectiles/projectiles.ftl index 6332896f721..1f37c884f30 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/projectiles/projectiles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/projectiles/projectiles.ftl @@ -12,7 +12,7 @@ ent-BaseBulletIncendiary = базовая пуля зажигательная .desc = { ent-BaseBullet.desc } ent-BaseBulletAP = базовая пуля бронебойная .desc = { ent-BaseBullet.desc } -ent-BaseBulletUranium = base bullet uranium +ent-BaseBulletUranium = базовая пуля урановая .desc = { ent-BaseBullet.desc } ent-BulletTaser = заряд тазера .desc = { ent-BaseBullet.desc } @@ -74,13 +74,13 @@ ent-BulletDisablerSmg = заряд станнера-пулемёта .desc = { ent-BaseBullet.desc } ent-TeslaGunBullet = молния Тесла-пушки .desc = { ent-BaseBullet.desc } -ent-BaseBulletEmp = base bullet emp +ent-BaseBulletEmp = базовая пуля ЭМИ .desc = { ent-BaseBulletTrigger.desc } -ent-BulletGrenadeEmp = emp grenade +ent-BulletGrenadeEmp = ЭМИ гранта .desc = { ent-BaseBulletTrigger.desc } -ent-BulletRocketEmp = rocket +ent-BulletRocketEmp = ракета .desc = { ent-BaseBulletTrigger.desc } -ent-ProjectileEmp = emp projectile +ent-ProjectileEmp = ЭМИ снаряд .desc = { ent-BaseBulletTrigger.desc } -ent-BulletEnergyGunLaser = energy bolt +ent-BulletEnergyGunLaser = энергетический заряд .desc = { ent-BaseBullet.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl index c9d7e6c871e..6e43612842b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/closets/lockers/lockers.ftl @@ -8,7 +8,7 @@ ent-LockerSalvageSpecialist = снаряжение специалиста по .desc = Не обращайте внимания на кирку. ent-LockerCaptain = шкаф капитана .desc = { ent-LockerBaseSecure.desc } -ent-LockerHeadOfPersonnel = шкаф главы персонала +ent-LockerHeadOfPersonnel = шкаф представителя .desc = { ent-LockerBaseSecure.desc } ent-LockerChiefEngineer = шкаф старшего инженера .desc = { ent-LockerBaseSecure.desc } diff --git a/Resources/Prototypes/Corvax/Frontier/SoundCollections/DefaultDeathgasp.yml b/Resources/Prototypes/Corvax/Frontier/SoundCollections/DefaultDeathgasp.yml new file mode 100644 index 00000000000..b59882c9fe7 --- /dev/null +++ b/Resources/Prototypes/Corvax/Frontier/SoundCollections/DefaultDeathgasp.yml @@ -0,0 +1,39 @@ +- type: soundCollection + id: MaleHumanGaspSound + files: + - /Audio/Corvax/Frontier/Voice/gasp_male1.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male2.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male3.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male4.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male5.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male6.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male7.ogg + +- type: soundCollection + id: FemaleHumanGaspSound + files: + - /Audio/Corvax/Frontier/Voice/gasp_female1.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female2.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female3.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female4.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female5.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female6.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female7.ogg + +- type: soundCollection + id: HarpyGaspSound + files: + - /Audio/Corvax/Frontier/Voice/gasp_male1.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male2.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male3.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male4.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male5.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male6.ogg + - /Audio/Corvax/Frontier/Voice/gasp_male7.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female1.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female2.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female3.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female4.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female5.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female6.ogg + - /Audio/Corvax/Frontier/Voice/gasp_female7.ogg diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml index 0176d709a55..2000bd3f738 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml @@ -6,6 +6,7 @@ abstract: true components: - type: HarpySinger + - type: SSDIndicator # Corvax-Frontier - type: Instrument allowPercussion: false program: 52 diff --git a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml index 9b0c838a4e4..db63938ec35 100644 --- a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml @@ -23,6 +23,8 @@ collection: VulpkaninHowl Bark: collection: VulpkaninBark + DefaultDeathgasp: + collection: MaleHumanGaspSound - type: emoteSounds id: FemaleVulpkanin @@ -49,6 +51,8 @@ collection: VulpkaninHowl Bark: collection: VulpkaninBark + DefaultDeathgasp: + collection: FemaleHumanGaspSound - type: emoteSounds id: SoundsHarpy @@ -105,3 +109,5 @@ collection: VulpkaninHowl Bark: collection: VulpkaninBark + DefaultDeathgasp: + collection: HarpyGaspSound diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 6b797710f28..ffc200cc4d4 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -240,6 +240,10 @@ name: combat gloves description: These tactical gloves are fireproof and shock resistant. components: + - type: Sprite # Corvax-Resprite + sprite: Clothing/Hands/Gloves/combat.rsi + - type: Clothing # Corvax-Resprite + sprite: Clothing/Hands/Gloves/combat.rsi - type: Insulated - type: Fiber fiberMaterial: fibers-insulative diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 4d60908ce35..4c356fec289 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -508,9 +508,9 @@ accent: zombieMoth - type: Vocal sounds: - Male: UnisexMoth - Female: UnisexMoth - Unsexed: UnisexMoth + Male: UnisexMothroach # Corvax-Frontier + Female: UnisexMothroach # Corvax-Frontier + Unsexed: UnisexMothroach # Corvax-Frontier wilhelmProbability: 0.001 - type: MobPrice price: 150 @@ -3248,4 +3248,4 @@ components: - type: ReplacementAccent accent: nymph - \ No newline at end of file + diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index fe36754b9b5..e0fba7e85fa 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml @@ -8,6 +8,7 @@ - type: Hunger - type: Thirst - type: Carriable # Carrying system from nyanotrasen. + - type: SSDIndicator # Where? - type: Icon sprite: Mobs/Species/Slime/parts.rsi # It was like this beforehand, no idea why. state: full diff --git a/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_female.yml b/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_female.yml index afb58253096..405da982101 100644 --- a/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_female.yml +++ b/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_female.yml @@ -1,21 +1,21 @@ - type: dataset - id: names_oni_female + id: names_oni_female # Corvax-Ru values: - - Akari #星 - - Kira - - Kirameki - - Aki #陽 - - Akiho - - Akimi - - Akashi #明 - - Saya - - Aporo #月 - - Arute - - Meguru - - Tiara #天 - - Suisei - - Io #水 - - Aoi - - Mizu - - Shuten #epic references - - Suika + - Акари #星 + - Кира + - Кирамеки + - Аки #陽 + - Акихо + - Акими + - Акиши #明 + - Сая + - Апоро #月 + - Аруте + - Мегуру + - Таира #天 + - Суйсей + - Ио #水 + - Аой + - Мидзу + - Шутен #epic references + - Суйка diff --git a/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_location.yml b/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_location.yml index 005616b7486..fedb3fceddc 100644 --- a/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_location.yml +++ b/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_location.yml @@ -1,31 +1,31 @@ - type: dataset - id: names_oni_location + id: names_oni_location # Corvax-Ru values: - - Amiboshi - - Amefuriboshi - - Aoboshi - - Ashitareboshi - - Chirikoboshi - - Chichiriboshi - - Ekieboshi - - Inamiboshi - - Hatsuiboshi - - Hikitsuboshi - - Hotohoriboshi - - Karasukiboshi - - Miboshi - - Namameboshi - - Nakagoboshi - - Nuriboshi - - Soiboshi - - Suboshi - - Subaruboshi - - Tamaonoboshi - - Tasukiboshi - - Tataraboshi - - Tomiteboshi - - Tomoboshi - - Tokakiboshi - - Torokiboshi - - Umiyameboshi - - Urukiboshi + - Амибоши + - Амефурибоши + - Аобоши + - Ашитаребоши + - Чирикобоши + - Чичирибоши + - Экиебоши + - Инамибоши + - Хацуибоши + - Хикицубоши + - Хотохорибоши + - Карасукибоши + - Мибоши + - Намамебоши + - Накагобоши + - Нурибоши + - Сойбоши + - Субоши + - Субарубоши + - Тамаонобоши + - Тасукибоши + - Татарабоши + - Томитебоши + - Томобоши + - Токакибоши + - Торокибоши + - Умиямэбоши + - Урукибоши diff --git a/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_male.yml b/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_male.yml index 56273217c84..c8e304d8e78 100644 --- a/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_male.yml +++ b/Resources/Prototypes/Nyanotrasen/Datasets/Names/oni_male.yml @@ -1,20 +1,20 @@ - type: dataset - id: names_oni_male + id: names_oni_male # Corvax-Ru values: - - Kiyoshi #陽 - - Satoshi #明 - - Teru #光 - - Hiroshi - - Takashi #天 - - Eeichi #永一 - - Eeichirou #永一朗 - - Kyousaburou - - Tsutomu - - Tsuyoshi - - Kenshi - - Kenji - - Kenichi - - Susumu - - Kyounosuke​ - - Suisei #Mars - - Shuten #Reference + - Киеси #陽 + - Сатоси #明 + - Теру #光 + - Хироси + - Такаши #天 + - Иити #永一 + - Иичиро #永一朗 + - Кеккусабуро + - Цутому + - Цуеси + - Кенши + - Кэндзи + - Кеничи + - Сусуму + - Кионоске​ + - Суйсей #Mars + - Шутен #Reference diff --git a/Resources/Prototypes/Nyanotrasen/Datasets/Names/pitbull.yml b/Resources/Prototypes/Nyanotrasen/Datasets/Names/pitbull.yml index 628c600a5c4..a4036625f11 100644 --- a/Resources/Prototypes/Nyanotrasen/Datasets/Names/pitbull.yml +++ b/Resources/Prototypes/Nyanotrasen/Datasets/Names/pitbull.yml @@ -1,34 +1,34 @@ - type: dataset - id: names_pitbull + id: names_pitbull # Corvax-Ru values: - - Zeus - - Magnum - - Diesel - - Satan - - Dante - - Midas - - Blue - - Petunia - - Luna - - Bubbles - - Rainbow - - Echo - - Cuddles - - Killer - - Paisley - - Echo - - Sweetie - - Tutu - - Reaper - - Peaches - - Cujo - - Cuddles - - Lucifer - - Daisy - - Blaze - - Lady - - Franny - - Hades - - Baby - - Demon - - Trixie + - Зевс + - Магнум + - Дизель + - Продавец + - Данте + - Мидас + - Синий + - Петуния + - Луна + - Пузыри + - Радуга + - Эхо + - Обнимает + - Убийца + - Пейсли + - Эхо + - Сладкий # Press F Potracheno + - Пачка + - Жнец + - Персики + - Куджо + - Обнимает + - Люцифер + - Дейзи + - Блейз + - Леди + - Фрэнни + - Аид + - Ребенок + - Демон + - Трикси diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index d95014d1675..0c73c1aa8e5 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -6,6 +6,7 @@ components: - type: Sprite scale: 0.8, 0.8 + - type: SSDIndicator # Corvax-Frontier - type: HumanoidAppearance species: Felinid - type: Fixtures diff --git a/Resources/Prototypes/Nyanotrasen/Species/oni.yml b/Resources/Prototypes/Nyanotrasen/Species/oni.yml index 2fbca386efb..18500ffa1dc 100644 --- a/Resources/Prototypes/Nyanotrasen/Species/oni.yml +++ b/Resources/Prototypes/Nyanotrasen/Species/oni.yml @@ -11,6 +11,7 @@ femaleFirstNames: names_oni_female maleLastNames: names_oni_location # Corvax-LastnameGender femaleLastNames: names_oni_location # Corvax-LastnameGender + naming: XnoY - type: markingPoints id: MobOniMarkingLimits diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index ee76fa33d2c..59fcd3501a9 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -34,6 +34,8 @@ collection: Whistles Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: MaleHumanGaspSound - type: emoteSounds id: FemaleHuman @@ -70,6 +72,8 @@ collection: Whistles Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: FemaleHumanGaspSound - type: emoteSounds id: UnisexReptilian @@ -88,6 +92,8 @@ collection: MaleCry Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: MaleHumanGaspSound - type: emoteSounds id: MaleSlime @@ -124,6 +130,8 @@ collection: Whistles Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: MaleHumanGaspSound params: variation: 0.125 @@ -162,20 +170,11 @@ collection: Whistles Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: FemaleHumanGaspSound params: variation: 0.125 -- type: emoteSounds - id: UnisexVox - sounds: - Scream: - path: /Audio/Voice/Vox/shriek1.ogg - Laugh: - path: /Audio/Voice/Vox/vox_laugh.ogg - params: - variation: 0.125 - # We need vox sounds for the other emotes - - type: emoteSounds id: UnisexDiona sounds: @@ -187,6 +186,8 @@ collection: BikeHorn Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + path: /Audio/Voice/Diona/diona_scream.ogg params: variation: 0.125 @@ -205,6 +206,8 @@ path: /Audio/Voice/Arachnid/arachnid_click.ogg Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: FemaleHumanGaspSound - type: emoteSounds id: UnisexDwarf @@ -239,6 +242,8 @@ collection: Whistles Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: FemaleHumanGaspSound params: variation: 0.125 pitch: 0.75 @@ -276,6 +281,8 @@ collection: Whistles Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: FemaleHumanGaspSound params: variation: 0.125 pitch: 0.75 @@ -297,6 +304,24 @@ path: /Audio/Voice/Moth/moth_squeak.ogg Weh: collection: Weh + DefaultDeathgasp: # Corvax-Frontier + collection: MaleHumanGaspSound + +- type: emoteSounds # Corvax-Frontier change + id: UnisexMothroach + params: + variation: 0.125 + sounds: + Buzz: + path: /Audio/Voice/Moth/moth_scream.ogg + Scream: + path: /Audio/Voice/Moth/moth_scream.ogg + Laugh: + path: /Audio/Voice/Moth/moth_laugh.ogg + Chitter: + path: /Audio/Voice/Moth/moth_chitter.ogg + Squeak: + path: /Audio/Voice/Moth/moth_squeak.ogg # body emotes - type: emoteSounds diff --git a/Resources/Prototypes/_NF/Voice/speech_emote_sounds.yml b/Resources/Prototypes/_NF/Voice/speech_emote_sounds.yml index 9ad5491ba07..3c7e5cd92bd 100644 --- a/Resources/Prototypes/_NF/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/_NF/Voice/speech_emote_sounds.yml @@ -27,6 +27,8 @@ collection: FelinidPurrs Sigh: collection: MaleSigh + DefaultDeathgasp: # Corvax-Frontier + collection: MaleHumanGaspSound - type: emoteSounds id: FemaleFelinid @@ -57,26 +59,8 @@ collection: FelinidPurrs Sigh: collection: FemaleSigh - -- type: emoteSounds - id: MaleMoth - params: - variation: 0.125 - sounds: - Scream: - path: /Audio/Voice/Moth/scream_moth.ogg - Laugh: - path: /Audio/Voice/Moth/laugh_moth.ogg - -- type: emoteSounds - id: FemaleMoth - params: - variation: 0.125 - sounds: - Scream: - path: /Audio/Voice/Moth/scream_moth.ogg - Laugh: - path: /Audio/Voice/Moth/laugh_moth.ogg + DefaultDeathgasp: # Corvax-Frontier + collection: FemaleHumanGaspSound - type: emoteSounds id: Cat diff --git a/Resources/ServerInfo/RulesCorvax.txt b/Resources/ServerInfo/RulesCorvax.txt new file mode 100644 index 00000000000..2219b22a33f --- /dev/null +++ b/Resources/ServerInfo/RulesCorvax.txt @@ -0,0 +1,47 @@ +[color=#a4885c]0.[/color] [color=#ffd700]Не будь мудаком[/color] +Правила не могут покрыть все возможные ситуации. Администраторы должны иметь возможность решать ситуации, которые упущены в правилах. + +[color=#a4885c]1.[/color] [color=#ffd700]Гриф[/color] +Умышленная порча игрового процесса другим игрокам запрещена. Выпуск сингулярности является поводом для перманентного бана. В случае, если вы антагонист, действуйте строго в рамках ваших задач. + +[color=#a4885c]2.[/color] [color=#ffd700]Убийство[/color] +Неоправданные действия, направленные на причинение серьезного вреда здоровью или убийство другого человека запрещены. Помните, что для убийства должна быть очень веская РП причина. Если вы сомневаетесь, спросите в АХелп. +Вы имеете право на самооборону, однако она не должна перерастать в убийство. Иными словами, вы имеете право ответить обидчику на удар, но, когда он уже упал, вам не следует его добивать. + +[color=#a4885c]3.[/color] [color=#ffd700]Нарушение игровой атмосферы[/color] +Вы - не ваш персонаж! Отход от отыгрыша роли своего персонажа, нарушающий общую игровую атмосферу и сеттинг. Помните, что это медиум-РП сервер. + +[color=#a4885c]3.1.[/color] [color=#ffd700]IC в ООС[/color] +Злоупотребление ООС и LOOC чатами. Особенно наказуемы сообщения в духе "X меня убил" или "клонируйте меня". + +[color=#a4885c]3.2.[/color] [color=#ffd700]Мультиаккаунт[/color] +Использование нескольких аккаунтов SS14 для получения выгоды или каких-либо других целей. Запрещено в любом виде. + +[color=#a4885c]3.3.[/color] [color=#ffd700]Безграмотность[/color] +Чистота речи и соблюдение грамматических норм русского языка. + +[color=#a4885c]3.4.[/color] [color=#ffd700]Поддержание уважительной обстановки[/color] +Простое человеческое взаимное уважение игроков между друг другом. Оскорбления в ООС и LOOC чатах караются, как и несоблюдение субординации в АХ. + +[color=#a4885c]3.5.[/color] [color=#ffd700]Окончание раунда[/color] +Все правила работают после окончания раунда/манифеста/гринтекста (окна с информацией в конце раунда). Это значит, что все так же запрещен ДМ (Deathmatch), разрушение структуры станции или ЦК. + +[color=#a4885c]4.[/color] [color=#ffd700]Логика персонажей[/color] +Ваш персонаж, кем бы он не был: человеком, или мышью, должен вести себя подобающе своей роли. +Имена и фамилии должны соответствовать контексту и стандартам РП. Запрещены имена и фамилии знаменитостей, актеров, персонажей из фильмов, сериалов, аниме, игр и т.д., а также схожие имена и фамилии. +Отыгрыш ролей антагонистов запрещена без разрешения администрации и будет нарушать данное правило. В том числе отыгрыш пиратов и т.п. +КП и КЗ являются внутриигровыми порядками, но их злостное нарушение из раунда в раунд может быть наказуемым. + +[color=#a4885c]5.[/color] [color=#ffd700]Соблюдение безопасной зоны Аванпоста Фронтира[/color] +Всё что касается правил безопасной зоны. +Аванпост Фронтира и 200 метров вокруг него являются безопасной зоной - любая антаг деятельность в ней запрещена. В её список включены: уничтожение, модификация, изъятие или ограничение доступа к оборудованию, предназначенному для общего использования, а так же запрещено повреждать структуру самой станции. + +[color=#a4885c]6.[/color] [color=#ffd700]Игра за антагонистов[/color] + +[color=#a4885c]7.[/color] [color=#ffd700]ERP[/color] +Эротическая ролевая игра (Erotic Role Play) запрещена. Всё, что заходит дальше поцелуев и объятий, карается. Даже если вы и другой игрок состоите в отношениях в реальной жизни. + +[color=#a4885c]8.[/color] [color=#ffd700]Нечестная игра[/color] +Использование программного обеспечения и недочетов игры для получения преимущества в игровом процессе запрещено. + +[color=#e74c3c]Подробное описание каждого из пунктов можно найти в нашем Discord: https://discord.gg/Zex36fSvMm[/color] diff --git a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_base.png b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_base.png index f0b41b5bf17..cc1da909915 100644 Binary files a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_base.png and b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_base.png differ diff --git a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_deployed.png b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_deployed.png index 4a01cf2d68f..7c1a6cf2f76 100644 Binary files a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_deployed.png and b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_deployed.png differ diff --git a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_exploding.png b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_exploding.png index d7e07d88802..900c96e730a 100644 Binary files a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_exploding.png and b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_exploding.png differ diff --git a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_timing.png b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_timing.png index b59fac42b86..d7fd1f8d66e 100644 Binary files a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_timing.png and b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbomb_timing.png differ diff --git a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbombc.png b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbombc.png index ebeb77e2d29..296ac411d73 100644 Binary files a/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbombc.png and b/Resources/Textures/Objects/Devices/nuke.rsi/nuclearbombc.png differ diff --git a/Resources/Textures/Objects/Misc/brbsign.rsi/icon.png b/Resources/Textures/Objects/Misc/brbsign.rsi/icon.png index df7f1093c12..1ea826bd2a5 100644 Binary files a/Resources/Textures/Objects/Misc/brbsign.rsi/icon.png and b/Resources/Textures/Objects/Misc/brbsign.rsi/icon.png differ