Merge remote-tracking branch 'WD-core/master' into upstream-core
This commit is contained in:
19
Content.Server/_White/Cult/HellSystem.cs
Normal file
19
Content.Server/_White/Cult/HellSystem.cs
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
using Content.Shared.CombatMode.Pacification;
|
||||||
|
using Content.Server.Bible.Components;
|
||||||
|
|
||||||
|
namespace Content.Server._White.Cult;
|
||||||
|
public sealed class HellSystem : EntitySystem
|
||||||
|
{
|
||||||
|
public override void Initialize()
|
||||||
|
{
|
||||||
|
base.Initialize();
|
||||||
|
SubscribeLocalEvent<HellComponent, ComponentStartup>(PentagramAdded);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PentagramAdded(EntityUid uid, HellComponent component, ComponentStartup args)
|
||||||
|
{
|
||||||
|
EnsureComp<PacifiedComponent>(uid);
|
||||||
|
EnsureComp<BibleUserComponent>(uid);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,13 +1,4 @@
|
|||||||
Entries:
|
Entries:
|
||||||
- author: RavMorgan
|
|
||||||
changes:
|
|
||||||
- message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0432\u043E\u0437\
|
|
||||||
\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043C\u0435\u043D\u044F\u0442\
|
|
||||||
\u044C \u0441\u043F\u0440\u0430\u0439\u0442 \u043F\u0440\u0438\u0437\u0440\u0430\
|
|
||||||
\u043A\u043E\u0432."
|
|
||||||
type: Add
|
|
||||||
id: 145
|
|
||||||
time: '2023-04-27T14:01:45.0000000+00:00'
|
|
||||||
- author: RavMorgan
|
- author: RavMorgan
|
||||||
changes:
|
changes:
|
||||||
- message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0440\u0438\u0437\
|
- message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0440\u0438\u0437\
|
||||||
@@ -8907,3 +8898,13 @@
|
|||||||
id: 644
|
id: 644
|
||||||
time: '2024-12-29T14:41:07.0000000+00:00'
|
time: '2024-12-29T14:41:07.0000000+00:00'
|
||||||
url: https://api.github.com/repos/frosty-dev/ss14-core/pulls/856
|
url: https://api.github.com/repos/frosty-dev/ss14-core/pulls/856
|
||||||
|
- author: BIG_Zi_348
|
||||||
|
changes:
|
||||||
|
- message: "\u041F\u0435\u0440\u0435\u0440\u0430\u0431\u043E\u0442\u0430\u043D\u0430\
|
||||||
|
\ \u0447\u0435\u0440\u0442\u0430 Hell, \u043A\u043E\u0442\u043E\u0440\u0430\u044F\
|
||||||
|
\ \u0434\u0430\u0451\u0442 \u0438\u0433\u0440\u043E\u043A\u0443 \u043D\u0438\
|
||||||
|
\u043C\u0431 \u043D\u0430\u0434 \u0433\u043E\u043B\u043E\u0432\u043E\u0439."
|
||||||
|
type: Tweak
|
||||||
|
id: 645
|
||||||
|
time: '2024-12-29T20:51:07.0000000+00:00'
|
||||||
|
url: https://api.github.com/repos/frosty-dev/ss14-core/pulls/861
|
||||||
|
|||||||
@@ -17,12 +17,13 @@
|
|||||||
- type: ReplacementAccent
|
- type: ReplacementAccent
|
||||||
accent: dwarf
|
accent: dwarf
|
||||||
|
|
||||||
- type: trait
|
# WD impossible to translate
|
||||||
id: Southern
|
# - type: trait
|
||||||
name: trait-southern-name
|
# id: Southern
|
||||||
description: trait-southern-desc
|
# name: trait-southern-name
|
||||||
components:
|
# description: trait-southern-desc
|
||||||
- type: SouthernAccent
|
# components:
|
||||||
|
# - type: SouthernAccent
|
||||||
|
|
||||||
- type: trait
|
- type: trait
|
||||||
id: Liar
|
id: Liar
|
||||||
@@ -33,9 +34,9 @@
|
|||||||
replacementChance: 0.15
|
replacementChance: 0.15
|
||||||
accent: liar
|
accent: liar
|
||||||
|
|
||||||
- type: trait
|
- type: trait # WD
|
||||||
id: Hell
|
id: Hell
|
||||||
name: Hell
|
name: Высшая добродетель
|
||||||
description: Hell
|
description: Как в страстях, так и в поступках пороки переступают должное либо в сторону избытка, либо в сторону недостатка, добродетель же умеет находить середину и её избирает.
|
||||||
components:
|
components:
|
||||||
- type: Hell
|
- type: Hell
|
||||||
|
|||||||
Reference in New Issue
Block a user