Трейты (#861)

This commit is contained in:
BIGZi0348
2024-12-29 23:51:07 +03:00
committed by GitHub
3 changed files with 30 additions and 10 deletions

View 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);
}
}

View File

@@ -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