Adding a new trait: Monochromacy! (#37989)
Totally not misspelt necromancy Co-authored-by: TheFlyingSentry <Daniel.l.Elledge@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
# traits
|
||||
# - LegsParalyzed (you get healed)
|
||||
- LightweightDrunk
|
||||
- Monochromacy
|
||||
- Muted
|
||||
- Narcolepsy
|
||||
- Pacified
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user