Adding a new trait: Monochromacy! (#37989)

Totally not misspelt necromancy

Co-authored-by: TheFlyingSentry <Daniel.l.Elledge@gmail.com>
This commit is contained in:
TheFlyingSentry
2025-06-01 01:31:46 -04:00
committed by GitHub
parent e0ce82e1c7
commit 4a378bd8dc
3 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ permanent-blindness-trait-examined = [color=lightblue]{CAPITALIZE(POSS-ADJ($targ
trait-lightweight-name = Lightweight drunk
trait-lightweight-desc = Alcohol has a stronger effect on you.
trait-monochromancy-name = Monochromancy
trait-monochromancy-desc = You are fully colorblind, everything you perceive ranges from blacks to whites.
trait-muted-name = Muted
trait-muted-desc = You can't speak.

View File

@@ -17,6 +17,7 @@
# traits
# - LegsParalyzed (you get healed)
- LightweightDrunk
- Monochromacy
- Muted
- Narcolepsy
- Pacified

View File

@@ -44,6 +44,14 @@
- type: Unrevivable
cloneable: true
- type: trait
id: Monochromancy
name: trait-monochromancy-name
description: trait-monochromancy-desc
category: Disabilities
components:
- type: BlackAndWhiteOverlay
- type: trait
id: Muted
name: trait-muted-name