Make NPC names proper nouns & fix some genders (#20534)
* Proper names & genders * Uppercase proper names * Make Smile female
This commit is contained in:
@@ -97,6 +97,7 @@
|
|||||||
task: SimpleHostileCompound
|
task: SimpleHostileCompound
|
||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
|
proper: true
|
||||||
gender: female
|
gender: female
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
@@ -114,6 +115,7 @@
|
|||||||
- PetsNT
|
- PetsNT
|
||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
|
proper: true
|
||||||
gender: male
|
gender: male
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
@@ -153,6 +155,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
|
proper: true
|
||||||
gender: male
|
gender: male
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
@@ -160,7 +163,7 @@
|
|||||||
- VimPilot
|
- VimPilot
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: bingus
|
name: Bingus
|
||||||
parent: SimpleMobBase
|
parent: SimpleMobBase
|
||||||
id: MobBingus
|
id: MobBingus
|
||||||
description: Bingus my beloved...
|
description: Bingus my beloved...
|
||||||
@@ -212,6 +215,7 @@
|
|||||||
path: /Audio/Animals/cat_meow.ogg
|
path: /Audio/Animals/cat_meow.ogg
|
||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
|
proper: true
|
||||||
gender: epicene
|
gender: epicene
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
@@ -219,7 +223,7 @@
|
|||||||
- VimPilot
|
- VimPilot
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: mcgriff
|
name: McGriff
|
||||||
parent: SimpleMobBase
|
parent: SimpleMobBase
|
||||||
id: MobMcGriff
|
id: MobMcGriff
|
||||||
description: This dog can tell something smells around here, and that something is CRIME!
|
description: This dog can tell something smells around here, and that something is CRIME!
|
||||||
@@ -431,6 +435,7 @@
|
|||||||
path: /Audio/Animals/pig_oink.ogg
|
path: /Audio/Animals/pig_oink.ogg
|
||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
|
proper: true
|
||||||
gender: male
|
gender: male
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
@@ -686,6 +691,10 @@
|
|||||||
makeSentient: true
|
makeSentient: true
|
||||||
name: ghost-role-information-smile-name
|
name: ghost-role-information-smile-name
|
||||||
description: ghost-role-information-smile-description
|
description: ghost-role-information-smile-description
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
proper: true
|
||||||
|
gender: female
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Pun Pun
|
name: Pun Pun
|
||||||
@@ -715,3 +724,7 @@
|
|||||||
- VimPilot
|
- VimPilot
|
||||||
- type: Loadout
|
- type: Loadout
|
||||||
prototypes: [ MobMonkeyGear ]
|
prototypes: [ MobMonkeyGear ]
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
proper: true
|
||||||
|
gender: male
|
||||||
|
|||||||
@@ -112,6 +112,9 @@
|
|||||||
- type: GuideHelp
|
- type: GuideHelp
|
||||||
guides:
|
guides:
|
||||||
- MinorAntagonists
|
- MinorAntagonists
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
gender: male
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: MobRatKingBuff
|
id: MobRatKingBuff
|
||||||
|
|||||||
Reference in New Issue
Block a user