Skip to content

Commit

Permalink
фиксы
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 6, 2024
1 parent 4f88d35 commit 0d5e192
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/_LostParadise/GameRules/names.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
calm-title = Спокойный
calm-title = Спокойный
calm-description = Ничего не происходит, буквально ничего, совсем ничего... Наслаждайся ЕРП(Ну или просто рп)!
easy-title = Легкий
easy-description = Кажется что-то идет не так... Но это было довольно легко!
Expand Down
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/_LostParadise/Languages/custom.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language-Dwarf-name = Дварфский язык
language-Dwarf-name = Дварфский язык
language-Dwarf-description = Пиво пиво)
language-Elf-name = Эльфийский язык
language-Elf-description = Длинный язык прям как рост.
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/_LostParadise/traits/custom.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trait-ElfLanguage-name = Эльфийский язык
trait-ElfLanguage-name = Эльфийский язык
trait-ElfLanguage-desc = Ваш язык крайне высокий прямо как рост.
trait-DwarfLanguage-name = Дварфский язык
trait-DwarfLanguage-desc = Ваш язык крайне низкий прямо как рост.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
p-descriptor-mysterious = мистический
p-descriptor-mysterious = мистический
p-descriptor-male = мужчина
p-descriptor-female = женщина
p-descriptor-young = молодой
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ent-OracleSpawner = Спавнер Оракл
.desc = { ent-MarkerBase.desc }
ent-SophicScribeSpawner = Спавнер София
.desc = { ent-MarkerBase.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-MetempsychoticMachine = машина для метампсихоза
.desc = Перемещает душу из старого тела в нынешнее.
42 changes: 42 additions & 0 deletions Resources/Prototypes/DeltaV/cartridges/crimeassistflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,51 @@
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-sexualharassment"

- type: crimeAssistPage
id: "resultInnocent"
locKeyTitle: "crime-assist-crime-innocent"
locKeyDescription: "crime-assist-crimedetail-innocent"
locKeySeverity: "crime-assist-crimetype-innocent"
locKeyPunishment: "crime-assist-crimepunishment-innocent"

- type: crimeAssistPage
id: "resultAnimalCruelty"
locKeyTitle: "crime-assist-crime-animalcruelty"
locKeyDescription: "crime-assist-crimedetail-animalcruelty"
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-animalcruelty"

- type: crimeAssistPage
id: "resultTheft"
locKeyTitle: "crime-assist-crime-theft"
locKeyDescription: "crime-assist-crimedetail-theft"
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-theft"

- type: crimeAssistPage
id: "resultTrespass"
locKeyTitle: "crime-assist-crime-trespass"
locKeyDescription: "crime-assist-crimedetail-trespass"
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-trespass"

- type: crimeAssistPage
id: "resultVandalism"
locKeyTitle: "crime-assist-crime-vandalism"
locKeyDescription: "crime-assist-crimedetail-vandalism"
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-vandalism"

- type: crimeAssistPage
id: "resultHooliganism"
locKeyTitle: "crime-assist-crime-hooliganism"
locKeyDescription: "crime-assist-crimedetail-hooliganism"
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-hooliganism"

- type: crimeAssistPage
id: "resultManslaughter"
locKeyTitle: "crime-assist-crime-manslaughter"
locKeyDescription: "crime-assist-crimedetail-manslaughter"
locKeySeverity: "crime-assist-crimetype-felony"
locKeyPunishment: "crime-assist-crimepunishment-manslaughter"

0 comments on commit 0d5e192

Please sign in to comment.