Unique name identifiers (#6697)
This commit is contained in:
@@ -551,6 +551,8 @@
|
||||
parent: SimpleMobBase
|
||||
description: New church of neo-darwinists actually believe that EVERY animal evolved from a monkey. Tastes like pork, and killing them is both fun and relaxing.
|
||||
components:
|
||||
- type: NameIdentifier
|
||||
group: Monkey
|
||||
- type: GhostTakeoverAvailable
|
||||
makeSentient: true
|
||||
name: monkey
|
||||
|
||||
@@ -63,6 +63,8 @@
|
||||
- id: PowerDrill
|
||||
- id: JawsOfLife
|
||||
- id: WelderExperimental
|
||||
- type: NameIdentifier
|
||||
group: Drone
|
||||
- type: GhostTakeoverAvailable
|
||||
makeSentient: true
|
||||
name: Maintenance Drone
|
||||
|
||||
11
Resources/Prototypes/name_identifier_groups.yml
Normal file
11
Resources/Prototypes/name_identifier_groups.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Non-fungible apes, anyone?
|
||||
- type: nameIdentifierGroup
|
||||
id: Monkey
|
||||
prefix: MK
|
||||
|
||||
- type: nameIdentifierGroup
|
||||
id: Drone
|
||||
prefix: DR
|
||||
fullName: true
|
||||
minValue: 10000
|
||||
maxValue: 99999
|
||||
Reference in New Issue
Block a user