Skip to content

Commit 4756686

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6448720 + 628ad65 commit 4756686

File tree

6 files changed

+51
-18
lines changed

6 files changed

+51
-18
lines changed

Content.Server/Speech/EntitySystems/OwOAccentSystem.cs

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Content.Server.Speech.Components;
2-
using Robust.Shared.Random;
32

43
namespace Content.Server.Speech.EntitySystems
54
{
@@ -8,9 +7,24 @@ public sealed class OwOAccentSystem : EntitySystem
87
private static readonly IReadOnlyDictionary<string, string> SpecialWords = new Dictionary<string, string>()
98
{
109
{ "you", "wu" },
10+
{ "You", "Wu"},
11+
{ "cute", "kawaii" },
12+
{ "Cute", "Kawaii" },
13+
{ "cat", "kitty" },
14+
{ "Cat", "Kitty" },
15+
{ "kiss", "mwah" },
16+
{ "Kiss", "Mwah" },
17+
{ "good", "guwd" },
18+
{ "Good", "Guwd" },
19+
{ "no", "nuu" },
20+
{ "No", "Nuu" },
1121
{ "ты", "ти" }, // Russian-Localization
22+
{ "Ты", "Ти" },
23+
{ "маленький", "мавенки" },
24+
{ "Маленький", "Мавенки" },
1225
};
1326

27+
1428
public override void Initialize()
1529
{
1630
SubscribeLocalEvent<OwOAccentComponent, AccentGetEvent>(OnAccent);

Resources/Changelog/ChangelogSunrise.yml

+13
Original file line numberDiff line numberDiff line change
@@ -1979,3 +1979,16 @@
19791979
id: 149
19801980
time: '2024-07-24T23:01:01.0000000+00:00'
19811981
url: https://github.com/space-sunrise/space-station-14/pull/239
1982+
- author: Focstor
1983+
changes:
1984+
- message: "\u0428\u043B\u0435\u043C\u044B \u0441\u043A\u0430\u0444\u0430\u043D\u0434\
1985+
\u0440\u043E\u0432 \u0438\u043D\u0436\u0435\u043D\u0435\u0440\u043E\u0432, \u041E\
1986+
\u0411\u0420, \u0421\u0411, \u044D\u0441\u043A\u0430\u0434\u0440\u043E\u043D\
1987+
\u0430, \u0430\u0442\u043C\u043E\u0441\u043E\u0432 \u0438 \u0421\u0418 \u0442\
1988+
\u0435\u043F\u0435\u0440\u044C \u0438\u043C\u0435\u044E\u0442 \u0437\u0430\u0449\
1989+
\u0438\u0442\u0443 \u043E\u0442 \u0441\u0432\u0430\u0440\u043A\u0438 \u0438\
1990+
\ \u0432\u0441\u043F\u044B\u0448\u0435\u043A"
1991+
type: Tweak
1992+
id: 150
1993+
time: '2024-07-26T01:30:53.0000000+00:00'
1994+
url: https://github.com/space-sunrise/space-station-14/pull/241

Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml

+19
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
coefficient: 0.005
6464
- type: FireProtection
6565
reduction: 0.2
66+
- type: EyeProtection
67+
- type: FlashImmunity
6668

6769
#Engineering Hardsuit
6870
- type: entity
@@ -80,6 +82,8 @@
8082
- type: PressureProtection
8183
highPressureMultiplier: 0.1
8284
lowPressureMultiplier: 1000
85+
- type: EyeProtection
86+
- type: FlashImmunity
8387

8488
#Spationaut Hardsuit
8589
- type: entity
@@ -180,6 +184,7 @@
180184
Slash: 0.9
181185
Piercing: 0.9
182186
Heat: 0.9
187+
- type: FlashImmunity
183188

184189
#Brigmedic Hardsuit
185190
- type: entity
@@ -206,6 +211,7 @@
206211
- type: PressureProtection
207212
highPressureMultiplier: 0.6
208213
lowPressureMultiplier: 1000
214+
- type: FlashImmunity
209215

210216
#Warden's Hardsuit
211217
- type: entity
@@ -230,6 +236,7 @@
230236
Slash: 0.9
231237
Piercing: 0.9
232238
Heat: 0.9
239+
- type: FlashImmunity
233240

234241
#Captain's Hardsuit
235242
- type: entity
@@ -264,6 +271,8 @@
264271
lowPressureMultiplier: 1000
265272
- type: FireProtection
266273
reduction: 0.2
274+
- type: EyeProtection
275+
- type: FlashImmunity
267276

268277
#Chief Medical Officer's Hardsuit
269278
- type: entity
@@ -322,6 +331,7 @@
322331
Slash: 0.9
323332
Piercing: 0.9
324333
Heat: 0.9
334+
- type: FlashImmunity
325335

326336
#Luxury Mining Hardsuit
327337
- type: entity
@@ -558,6 +568,7 @@
558568
Slash: 0.9
559569
Piercing: 0.9
560570
Heat: 0.9
571+
- type: FlashImmunity
561572

562573
#ERT Chaplain Hardsuit
563574
- type: entity
@@ -572,6 +583,7 @@
572583
sprite: Clothing/Head/Hardsuits/ERThelmets/ertchaplain.rsi
573584
- type: PointLight
574585
color: "#ffffff"
586+
- type: FlashImmunity
575587

576588
#ERT Engineer Hardsuit
577589
- type: entity
@@ -593,6 +605,8 @@
593605
Slash: 0.9
594606
Piercing: 0.9
595607
Heat: 0.9
608+
- type: FlashImmunity
609+
- type: EyeProtection
596610

597611
#ERT Medical Hardsuit
598612
- type: entity
@@ -607,6 +621,7 @@
607621
sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi
608622
- type: PointLight
609623
color: "#adffec"
624+
- type: FlashImmunity
610625

611626
#ERT Security Hardsuit
612627
- type: entity
@@ -628,6 +643,7 @@
628643
Slash: 0.9
629644
Piercing: 0.9
630645
Heat: 0.9
646+
- type: FlashImmunity
631647

632648
#ERT Janitor Hardsuit
633649
- type: entity
@@ -642,6 +658,7 @@
642658
sprite: Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi
643659
- type: PointLight
644660
color: "#cbadff"
661+
- type: FlashImmunity
645662

646663
#CBURN Hardsuit
647664
- type: entity
@@ -709,6 +726,8 @@
709726
Heat: 0.80
710727
Radiation: 0.80
711728
Caustic: 0.95
729+
- type: FlashImmunity
730+
- type: EyeProtection
712731

713732
#MISC. HARDSUITS
714733
#Clown Hardsuit

Resources/Prototypes/_Sunrise/Entities/Mobs/Species/felinid.yml

+3-14
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
id: MobFelinidBase
66
abstract: true
77
components:
8+
- type: OwOAccent
89
- type: Speech
910
speechVerb: Felinid
1011
allowedEmotes: ['Mew', 'Meow', 'Hisses', 'Purr']
1112
- type: Sprite
12-
scale: 0.75, 0.75
13+
scale: 0.95, 0.95
1314
- type: HumanoidAppearance
1415
species: Felinid
1516
- type: Fixtures
@@ -29,15 +30,6 @@
2930
- type: Damageable
3031
damageContainer: Biological
3132
damageModifierSet: Felinid
32-
- type: MobThresholds
33-
thresholds:
34-
0: Alive
35-
50: Critical
36-
100: Dead
37-
- type: SlowOnDamage
38-
speedModifierThresholds:
39-
30: 0.7
40-
40: 0.5
4133
- type: MeleeWeapon
4234
hidden: true
4335
soundHit:
@@ -56,7 +48,7 @@
5648
soundHit:
5749
path: /Audio/Effects/hit_kick.ogg
5850
- type: Stamina
59-
critThreshold: 50
51+
critThreshold: 100
6052
- type: Vocal
6153
sounds:
6254
Male: MaleFelinid
@@ -89,9 +81,6 @@
8981
- !type:Emote
9082
emote: Hisses
9183
showInChat: true
92-
- type: MovementSpeedModifier
93-
baseSprintSpeed: 4.0
94-
baseWalkSpeed: 2.0
9584

9685
- type: entity
9786
save: false

Resources/Prototypes/_Sunrise/Species/felinid.yml

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
markingLimits: MobFelinidMarkingLimits
88
dollPrototype: MobFelinidDummy
99
skinColoration: HumanToned
10-
YoungAge: 23
11-
OldAge: 25
12-
MaxAge: 27
1310

1411
- type: markingPoints
1512
id: MobFelinidMarkingLimits
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)