Use Segments for RandomMetadata (#11190)
* use segments for randomized names now * separator datafields * public api
This commit is contained in:
@@ -113,6 +113,10 @@
|
||||
- TongueTwister
|
||||
- type: MobPrice
|
||||
price: 2500 # rat wealth
|
||||
- type: RandomMetadata
|
||||
nameSegments:
|
||||
- RegalRatNameKingdom
|
||||
- RegalRatNameTitle
|
||||
|
||||
- type: entity
|
||||
id: MobRatKingBuff
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
- type: Loadout
|
||||
prototype: ERTLeaderGear
|
||||
- type: RandomMetadata
|
||||
nameSet: NamesFirstMilitaryLeader
|
||||
nameSegments: [NamesFirstMilitaryLeader]
|
||||
- type: RandomHumanoidAppearance
|
||||
randomizeName: false
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
- type: Loadout
|
||||
prototype: SyndicateOperativeGearExtremelyBasic
|
||||
- type: RandomMetadata
|
||||
nameSet: names_death_commando
|
||||
nameSegments: [names_death_commando]
|
||||
|
||||
# Nuclear Operative
|
||||
- type: entity
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
- Cargo
|
||||
- Maintenance
|
||||
- type: RandomMetadata
|
||||
descriptionSet: ATVDescriptions
|
||||
descriptionSegments: [ATVDescriptions]
|
||||
- type: MovementSpeedModifier
|
||||
acceleration: 1
|
||||
friction: 1
|
||||
|
||||
Reference in New Issue
Block a user