Adds hugging (#7571)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
id: MobDwarf
|
||||
description: A miserable pile of secrets.
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
@@ -19,4 +23,4 @@
|
||||
- type: CanHostGuardian
|
||||
- type: AiFactionTag
|
||||
factions:
|
||||
- NanoTrasen
|
||||
- NanoTrasen
|
||||
@@ -5,6 +5,10 @@
|
||||
id: MobHuman
|
||||
description: A miserable pile of secrets.
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
id: MobReptilian
|
||||
description: A miserable pile of scales.
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
parent: MobSlimePersonBase
|
||||
id: MobSlimePerson
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 0.9
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
interactFailureString: hugging-failure-generic
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
parent: BaseVox
|
||||
id: Vox
|
||||
components:
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessString: hugging-success-generic
|
||||
interactSuccessSound: /Audio/Effects/hug.ogg
|
||||
- type: Mind
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
|
||||
Reference in New Issue
Block a user