diff --git a/Resources/Locale/ru-RU/backmen/hiddenDescription.ftl b/Resources/Locale/ru-RU/backmen/hiddenDescription.ftl new file mode 100644 index 00000000000..4caa1752fa6 --- /dev/null +++ b/Resources/Locale/ru-RU/backmen/hiddenDescription.ftl @@ -0,0 +1,2 @@ +backman-hidden-desc-spacecash-syndicate = [color=#e31735]Выглядят, как настоящие, но странно пахнут и имеют тусклый окрас, подойдёт для банкомата.[/color] +backman-hidden-desc-spacecash-research = [color=#D381C9]Кредиты имеющие странный, тусклый окрас, пахнут техническими чернилами.[/color] \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl index 2b4e33e3259..4b39292354b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/space_cash.ftl @@ -30,3 +30,35 @@ ent-SpaceCash30000 = { ent-SpaceCash } ent-SpaceCash1000000 = кредитов .suffix = 1000000 .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash = кредиты + .desc = Нужно иметь деньги. +ent-FakeSpaceCash10 = кредитов + .suffix = 10, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash100 = кредитов + .suffix = 100, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash500 = кредитов + .suffix = 500, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash1000 = кредитов + .suffix = 1000, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash2500 = { ent-SpaceCash } + .suffix = 2500, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash5000 = { ent-SpaceCash } + .suffix = 5000, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash10000 = { ent-SpaceCash } + .suffix = 10000, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash20000 = { ent-SpaceCash } + .suffix = 20000, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash30000 = { ent-SpaceCash } + .suffix = 30000, fake + .desc = { ent-SpaceCash.desc } +ent-FakeSpaceCash1000000 = кредитов + .suffix = 1000000, fake + .desc = { ent-SpaceCash.desc } \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Lathes/protoprint.yml b/Resources/Prototypes/Recipes/Lathes/protoprint.yml index cdf1aff8726..b4aeddc8f4e 100644 --- a/Resources/Prototypes/Recipes/Lathes/protoprint.yml +++ b/Resources/Prototypes/Recipes/Lathes/protoprint.yml @@ -4,8 +4,7 @@ - type: entity parent: SpaceCash id: FakeSpaceCash - name: Ненастоящие кредиты - description: Выглядят, как настоящие, но странно пахнут и имеют тускрый окрас, подойдёт для банкомата. + suffix: Fake components: - type: Stack stackType: FakeCredit @@ -18,6 +17,26 @@ - cash_500 - cash_1000 - cash_1000000 + - type: HiddenDescription + entries: + - label: backman-hidden-desc-spacecash-syndicate + whitelistMind: + components: + - TraitorRole + - NukeOperative + - ThiefRole + - label: backman-hidden-desc-spacecash-research + jobRequired: + - ResearchAssistant + - ResearchDirector + - Scientist + - Borg + - Detective + - Warden + - Security Officer + - Security Cadet + - Brigmedic + - HeadOfSecurity - type: material id: FakeCredit @@ -37,7 +56,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash10 - suffix: 10 + suffix: 10, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -48,7 +67,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash100 - suffix: 100 + suffix: 100, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -59,7 +78,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash500 - suffix: 500 + suffix: 500, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -70,7 +89,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash1000 - suffix: 1000 + suffix: 1000, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -81,7 +100,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash2500 - suffix: 2500 + suffix: 2500, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -92,7 +111,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash5000 - suffix: 5000 + suffix: 5000, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -103,7 +122,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash10000 - suffix: 10000 + suffix: 10000, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -114,7 +133,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash20000 - suffix: 20000 + suffix: 20000, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -125,7 +144,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash30000 - suffix: 30000 + suffix: 30000, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi @@ -136,7 +155,7 @@ - type: entity parent: FakeSpaceCash id: FakeSpaceCash1000000 - suffix: 1000000 + suffix: 1000000, Fake components: - type: Icon sprite: Objects/Economy/cash.rsi diff --git a/Resources/Prototypes/_Backmen/Catalog/uplink_catalog.yml b/Resources/Prototypes/_Backmen/Catalog/uplink_catalog.yml index aac38e777ce..b1da5f87150 100644 --- a/Resources/Prototypes/_Backmen/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_Backmen/Catalog/uplink_catalog.yml @@ -146,7 +146,7 @@ icon: { sprite: Backmen/Objects/Weapons/Melee/brassknuckles.rsi, state: icon } productEntity: ClothingHandsGlovesBrassknuckles cost: - Telecrystal: 3 + Telecrystal: 1 categories: - UplinkWeaponry