Участник:IanComradeBot/prototype/Trait.json: различия между версиями
Материал из Space Station 14 Вики
Update prototype/Trait.json via GitHub Actions |
м Update prototype/Trait.json via GitHub Actions |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
" | "default": { | ||
"components": { | "specials": [], | ||
" | "components": [], | ||
"description": null, | |||
"name": "", | |||
"category": null, | |||
"cost": 0, | |||
"traitGear": null, | |||
"blacklist": { | |||
"requireAll": false, | |||
"tags": [], | |||
"sizes": [], | |||
"components": [] | |||
}, | }, | ||
" | "whitelist": { | ||
"requireAll": false, | |||
"tags": [], | |||
"sizes": [], | |||
"components": [] | |||
} | |||
}, | }, | ||
" | "id": { | ||
" | "Hemophilia": { | ||
"type: | "specials": [ | ||
{ | |||
"!type:ApplyStatusEffectSpecial": { | |||
"statusEffects": [ | |||
"TraitStatusEffectHemophilia" | |||
] | |||
} | |||
} | |||
], | |||
"description": "trait-hemophilia-desc", | |||
"name": "trait-hemophilia-name", | |||
"category": "Disabilities" | |||
}, | }, | ||
"description": "trait-spanish-desc", | "SpanishAccent": { | ||
"components": { | |||
"type:SpanishAccent": {} | |||
}, | |||
"description": "trait-spanish-desc", | |||
"name": "trait-spanish-name", | |||
"category": "SpeechTraits", | |||
" | "cost": 1 | ||
}, | |||
"PoorVision": { | |||
"components": { | |||
"type:PermanentBlindness": { | |||
"blindness": 4 | |||
} | |||
}, | |||
"description": "trait-poor-vision-desc", | |||
"name": "trait-poor-vision-name", | |||
"category": "Disabilities", | |||
"traitGear": "ClothingEyesGlasses", | |||
"whitelist": { | |||
"components": [ | |||
"Blindable" | |||
] | |||
} | |||
}, | }, | ||
"description": "trait- | "Snoring": { | ||
"components": { | |||
"type:Snoring": {} | |||
}, | |||
"description": "trait-snoring-desc", | |||
"name": "trait-snoring-name", | |||
"category": "Quirks" | |||
}, | }, | ||
"description": "trait- | "SouthernAccent": { | ||
"components": { | |||
"type:SouthernAccent": {} | |||
}, | |||
"description": "trait-southern-desc", | |||
"name": "trait-southern-name", | |||
"category": "SpeechTraits", | |||
"cost": 1 | |||
}, | }, | ||
"description": "trait- | "Muted": { | ||
"components": { | |||
"type:Muted": {} | |||
}, | |||
"description": "trait-muted-desc", | |||
"name": "trait-muted-name", | |||
" | "category": "Disabilities", | ||
" | "blacklist": { | ||
"components": [ | |||
"BorgChassis" | |||
] | |||
} | } | ||
}, | }, | ||
"description": "trait- | "Pacifist": { | ||
"name": "trait- | "components": { | ||
"type:Pacified": {} | |||
}, | |||
"description": "trait-pacifist-desc", | |||
"name": "trait-pacifist-name", | |||
"category": "Quirks" | |||
}, | |||
"ScottishAccent": { | |||
"components": { | |||
"type:ReplacementAccent": { | |||
"accent": "scottish" | |||
} | |||
}, | |||
"description": "trait-scottish-desc", | |||
"name": "trait-scottish-name", | |||
"category": "SpeechTraits", | |||
"cost": 1 | |||
}, | |||
"PainNumbness": { | |||
"specials": [ | |||
{ | |||
"!type:ApplyStatusEffectSpecial": { | |||
"statusEffects": [ | |||
"TraitStatusEffectPainNumbness" | |||
] | |||
} | |||
} | } | ||
], | |||
"description": "trait-painnumbness-desc", | |||
"name": "trait-painnumbness-name", | |||
"category": "Disabilities" | |||
}, | }, | ||
" | "Narcolepsy": { | ||
"components": { | |||
"type:Narcolepsy": { | |||
"minDurationOfIncident": 10, | |||
"maxDurationOfIncident": 30, | |||
"minTimeBetweenIncidents": 300, | |||
"maxTimeBetweenIncidents": 600 | |||
" | } | ||
}, | |||
"description": "trait-narcolepsy-desc", | |||
"name": "trait-narcolepsy-name", | |||
"category": "Disabilities" | |||
}, | }, | ||
"description": "trait- | "FrontalLisp": { | ||
"components": { | |||
"type:FrontalLisp": {} | |||
}, | |||
"description": "trait-frontal-lisp-desc", | |||
"name": "trait-frontal-lisp-name", | |||
" | "category": "SpeechTraits", | ||
"cost": 2 | |||
}, | }, | ||
" | "ImpairedMobility": { | ||
"components": { | |||
"type:ImpairedMobility": {} | |||
}, | |||
"description": "trait-impaired-mobility-desc", | |||
" | "name": "trait-impaired-mobility-name", | ||
"category": "Disabilities", | |||
"traitGear": "OffsetCane" | |||
" | |||
}, | }, | ||
"description": "trait- | "FrenchAccent": { | ||
"components": { | |||
"type:FrenchAccent": {} | |||
}, | |||
"description": "trait-french-desc", | |||
"name": "trait-french-name", | |||
"category": "SpeechTraits", | |||
"cost": 1 | |||
}, | }, | ||
"description": "trait- | "Unrevivable": { | ||
"components": { | |||
"type:Unrevivable": { | |||
"cloneable": true | |||
} | |||
}, | |||
"description": "trait-unrevivable-desc", | |||
"name": "trait-unrevivable-name", | |||
"category": "Disabilities" | |||
}, | }, | ||
" | "Liar": { | ||
"components": { | |||
"type:ReplacementAccent": { | |||
"accent": "liar" | |||
} | } | ||
} | }, | ||
"description": "trait-liar-desc", | |||
"name": "trait-liar-name", | |||
"category": "SpeechTraits", | |||
"cost": 1 | |||
}, | }, | ||
"description": "trait- | "Blindness": { | ||
"components": { | |||
"type:PermanentBlindness": {} | |||
}, | |||
"description": "trait-blindness-desc", | |||
"name": "trait-blindness-name", | |||
"category": "Disabilities", | |||
"traitGear": "WhiteCane", | |||
"whitelist": { | |||
"components": [ | |||
"Blindable" | |||
] | |||
} | } | ||
}, | }, | ||
" | "GermanAccent": { | ||
"components": { | |||
"type:GermanAccent": {} | |||
}, | |||
"description": "trait-german-desc", | |||
"name": "trait-german-name", | |||
" | "category": "SpeechTraits", | ||
"cost": 1 | |||
}, | }, | ||
" | "Accentless": { | ||
"components": { | |||
"type:Accentless": { | |||
"removes": { | |||
"type:LizardAccent": {}, | |||
"type:MothAccent": {}, | |||
"type:ReplacementAccent": { | |||
"accent": "scottish" | |||
}, | |||
" | "type:GrowlingAccent": {} | ||
} | |||
} | } | ||
} | }, | ||
"description": "trait-accentless-desc", | |||
"name": "trait-accentless-name", | |||
"category": "SpeechTraits", | |||
"cost": 2 | |||
" | |||
}, | }, | ||
" | "Monochromacy": { | ||
"components": { | |||
"type:BlackAndWhiteOverlay": {} | |||
}, | |||
"description": "trait-monochromacy-desc", | |||
"components": | "name": "trait-monochromacy-name", | ||
" | "category": "Disabilities" | ||
" | |||
}, | }, | ||
"description": "trait- | "LightweightDrunk": { | ||
"components": { | |||
"type:LightweightDrunk": { | |||
"boozeStrengthMultiplier": 2 | |||
} | |||
}, | |||
"description": "trait-lightweight-desc", | |||
"name": "trait-lightweight-name", | |||
"category": "Quirks" | |||
}, | }, | ||
" | "Paracusia": { | ||
"components": { | |||
"type:Paracusia": { | |||
"sounds": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "Paracusia" | |||
} | |||
" | }, | ||
"maxSoundDistance": 7, | |||
"minTimeBetweenIncidents": 0.1, | |||
"maxTimeBetweenIncidents": 300 | |||
} | |||
}, | |||
"description": "trait-paracusia-desc", | |||
"name": "trait-paracusia-name", | |||
"category": "Disabilities" | |||
}, | }, | ||
"description": "trait- | "SocialAnxiety": { | ||
"components": { | |||
"type:StutteringAccent": { | |||
"cutRandomProb": 0, | |||
" | "threeRandomProb": 0, | ||
"fourRandomProb": 0, | |||
"matchRandomProb": 0.1 | |||
} | |||
}, | |||
"description": "trait-socialanxiety-desc", | |||
"name": "trait-socialanxiety-name", | |||
"category": "SpeechTraits", | |||
"cost": 2 | |||
} | } | ||
} | } | ||
} | } | ||
Текущая версия от 18:07, 21 июня 2026
| default |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id |
|