Трейты

This commit is contained in:
BIGZi0348
2024-12-29 23:38:13 +03:00
parent d5f184c2fd
commit e8aae6e44b
2 changed files with 12 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
using System.Numerics; using System.Numerics;
using Robust.Client.GameObjects; using Robust.Client.GameObjects;
using Robust.Shared.Utility; using Robust.Shared.Utility;
using Content.Shared.CombatMode.Pacification;
namespace Content.Client._White.Cult; namespace Content.Client._White.Cult;
@@ -23,7 +24,7 @@ public sealed class HellSystem : EntitySystem
if (sprite.LayerMapTryGet(HellKey.Key, out _)) if (sprite.LayerMapTryGet(HellKey.Key, out _))
return; return;
var adj = sprite.Bounds.Height / 2 + 1.0f/32 * 6.0f; var adj = sprite.Bounds.Height / 2 + 1.0f / 32 * 6.0f;
var layer = sprite.AddLayer(new SpriteSpecifier.Rsi(new ResPath(Rsi), "animated")); var layer = sprite.AddLayer(new SpriteSpecifier.Rsi(new ResPath(Rsi), "animated"));

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