-
Notifications
You must be signed in to change notification settings - Fork 618
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
397 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/ss14-ru/prototypes/actions/anomaly.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-ActionAnomalyPulse = Anomaly pulse | ||
.desc = Release a pulse of energy of your abnormal nature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...cale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/anomaly_injections.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
ent-AnomalyInjectionBase = { "" } | ||
.desc = { "" } | ||
ent-AnomalyInjectionPyroclastic = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionElectric = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionShadow = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionIce = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionFlora = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionBluespace = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionFlesh = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionGravity = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionTech = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } | ||
ent-AnomalyInjectionRock = { ent-AnomalyInjectionBase } | ||
.desc = { ent-AnomalyInjectionBase.desc } |
32 changes: 32 additions & 0 deletions
32
...ocale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/anomaly_injectors.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
ent-BaseAnomalyInjector = anomaly injector | ||
.desc = { ent-MarkerBase.desc } | ||
ent-AnomalyTrapPyroclastic = { ent-BaseAnomalyInjector } | ||
.suffix = Pyroclastic | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapElectricity = { ent-BaseAnomalyInjector } | ||
.suffix = Electricity | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapShadow = { ent-BaseAnomalyInjector } | ||
.suffix = Shadow | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapIce = { ent-BaseAnomalyInjector } | ||
.suffix = Ice | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapFlora = { ent-BaseAnomalyInjector } | ||
.suffix = Flora | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapBluespace = { ent-BaseAnomalyInjector } | ||
.suffix = Bluespace | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapFlesh = { ent-BaseAnomalyInjector } | ||
.suffix = Flesh | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapGravity = { ent-BaseAnomalyInjector } | ||
.suffix = Gravity | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapTech = { ent-BaseAnomalyInjector } | ||
.suffix = Tech | ||
.desc = { ent-BaseAnomalyInjector.desc } | ||
ent-AnomalyTrapRock = { ent-BaseAnomalyInjector } | ||
.suffix = Rock | ||
.desc = { ent-BaseAnomalyInjector.desc } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
accent-skeleton-words-1 = fuck you | ||
accent-skeleton-words-replace-1 = I've got a BONE to pick with you | ||
accent-skeleton-words-2 = fucked | ||
accent-skeleton-words-replace-2 = boned | ||
accent-skeleton-words-3 = fuck | ||
accent-skeleton-words-3-2 = fck | ||
accent-skeleton-words-3-3 = shit | ||
accent-skeleton-words-replace-3 = RATTLE RATTLE | ||
accent-skeleton-words-4 = definitely | ||
accent-skeleton-words-4-2 = absolutely | ||
accent-skeleton-words-replace-4 = make no bones about it | ||
accent-skeleton-words-5 = afraid | ||
accent-skeleton-words-5-2 = scared | ||
accent-skeleton-words-5-3 = spooked | ||
accent-skeleton-words-5-4 = shocked | ||
accent-skeleton-words-replace-5 = rattled | ||
accent-skeleton-words-6 = killed | ||
accent-skeleton-words-replace-6 = skeletonized | ||
accent-skeleton-words-7 = humorous | ||
accent-skeleton-words-replace-7 = humerus | ||
accent-skeleton-words-8 = to be a | ||
accent-skeleton-words-replace-8 = tibia | ||
accent-skeleton-words-9 = under | ||
accent-skeleton-words-replace-9 = ulna |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
ui-actionslot-charges = Осталось использований: { $charges } | ||
ui-actionslot-duration = [color=#a10505] { $duration } sec cooldown ({ $timeLeft } sec remaining)[/color] |
43 changes: 43 additions & 0 deletions
43
Resources/Locale/ru-RU/advertisements/vending/bruiseomat.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
advertisement-bruiseomat-1 = I VOTE WAROPS!!! | ||
advertisement-bruiseomat-2 = Who has TC? | ||
advertisement-bruiseomat-3 = Did anyone buy an EMAG? | ||
advertisement-bruiseomat-4 = I wanna go back to my home station... | ||
advertisement-bruiseomat-5 = Beware of the Mime and Clown. BEWARE! | ||
advertisement-bruiseomat-6 = A nuke a day keeps the deathsquad at bay! | ||
advertisement-bruiseomat-7 = You'll never be able to match MY mixing, Agent! | ||
advertisement-bruiseomat-8 = Thirsting for blood? I got you covered! | ||
advertisement-bruiseomat-9 = If they didn't want us to blow up the station, then why would they leave the disk so unsecured? | ||
advertisement-bruiseomat-10 = They say an eye for an eye makes the whole world blind. So try a nuke instead! | ||
advertisement-bruiseomat-11 = I hunger for blood! | ||
advertisement-bruiseomat-12 = Drink up before the mission! | ||
advertisement-bruiseomat-13 = Man, I didn't know I got moved back to Cadet City! | ||
advertisement-bruiseomat-14 = Sicker than your average Booze-O-Mat! | ||
advertisement-bruiseomat-15 = Nuke ops will continue until robustness improves. | ||
thankyou-bruiseomat-1 = Good luck, schmuck! You're gonna need it! | ||
thankyou-bruiseomat-2 = Show 'em the Gorlex Style! | ||
thankyou-bruiseomat-3 = Don't forget to stay hydrated! | ||
thankyou-bruiseomat-4 = You noted down the codes, right? | ||
thankyou-bruiseomat-5 = Don't forget the nuke! | ||
thankyou-bruiseomat-6 = I hope those are noslips. | ||
thankyou-bruiseomat-7 = Please let this be a normal team... | ||
thankyou-bruiseomat-8 = Seems like the station isn't the only thing getting hammered today. | ||
thankyou-bruiseomat-9 = What the hell did you buy? | ||
thankyou-bruiseomat-10 = Give it up for the flukeops professionals! | ||
thankyou-bruiseomat-11 = Death to NanoTrasen!!! | ||
thankyou-bruiseomat-12 = Really? That's your plan? | ||
thankyou-bruiseomat-13 = In my endless life, never have I ever seen that loadout. | ||
thankyou-bruiseomat-14 = Get that captain! | ||
thankyou-bruiseomat-15 = Don't run off by yourself, now! | ||
thankyou-bruiseomat-16 = Y'all are taking too long! | ||
thankyou-bruiseomat-17 = They won't see that coming! | ||
thankyou-bruiseomat-18 = Remember your pinpointer! | ||
thankyou-bruiseomat-19 = See you soon! Or maybe never again, that one's more likely! | ||
thankyou-bruiseomat-20 = Rescue another one of me! I need a friend! | ||
thankyou-bruiseomat-21 = You're going to sober up before the mission, right? | ||
thankyou-bruiseomat-22 = 5 telecrystal says you won't make it to the shuttle before you fall over. | ||
thankyou-bruiseomat-23 = The soda fountain's over there, lightweight. | ||
thankyou-bruiseomat-24 = Did you spend your TC on cat ears? | ||
thankyou-bruiseomat-25 = Really? That's what you wanted to drink? | ||
thankyou-bruiseomat-26 = Take a shot, give a shot! | ||
thankyou-bruiseomat-27 = How many drinks have you had now? I've lost count. | ||
thankyou-bruiseomat-28 = When the bosses say "die trying" they mean dying in BATTLE, not at the bar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
inner-anomaly-start-message-pyro = You can feel the insane flame inside of you. You became the host of a pyroclastic anomaly. | ||
inner-anomaly-start-message-shock = Lightning bolts quivering at your fingertips! You became the host of a electric anomaly. | ||
inner-anomaly-start-message-shadow = There's an impenetrable darkness oozing out of you... You became the host of a shadow anomaly. | ||
inner-anomaly-start-message-frost = The icy frost is binding your bones. You became the host of a ice anomaly. | ||
inner-anomaly-start-message-flora = Leaves and flowers sprout through your skin! You became the host of a floral anomaly. | ||
inner-anomaly-start-message-bluespace = Your thoughts are racing like mad! You became the host of a bluespace anomaly. | ||
inner-anomaly-start-message-flesh = Your body is growing frantically. You became the host of a flesh anomaly. | ||
inner-anomaly-start-message-grav = Everything becames unnaturally heavy and light at the same time... You became the host of a gravity anomaly. | ||
inner-anomaly-start-message-tech = Your head is buzzing with the amount of chaotic information! You became the host of a tech anomaly. | ||
inner-anomaly-start-message-rock = The crystals are growing through your bones! You became the host of a rock anomaly. | ||
inner-anomaly-end-message = The abnormal activity within you disappears without a trace.... | ||
inner-anomaly-severity-info-50 = You feel that the anomaly is taking over half your body. | ||
inner-anomaly-severity-info-75 = You feel that the anomaly is taking over a large part of your body. | ||
inner-anomaly-severity-info-90 = You feel that the anomaly has almost completely taken over your body. | ||
inner-anomaly-severity-info-100 = The anomaly inside you is growing uncontrollably, causing immense pain, and tearing you apart! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.