mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
give name to warp drive dialogue for qsb
This commit is contained in:
parent
103839d605
commit
129bd84e80
@ -1,16 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name" : "Ship",
|
"name" : "Ship",
|
||||||
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/body_schema.json",
|
"$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json",
|
||||||
"Props" :
|
"Props" :
|
||||||
{
|
{
|
||||||
"dialogue": [
|
"dialogue": [
|
||||||
{
|
{
|
||||||
"position":{"x": -0.3071011, "y": 2.741472, "z": -4.005298},
|
"position":{"x": -0.3071011, "y": 2.741472, "z": -4.005298},
|
||||||
"radius": 0,
|
"radius": 0,
|
||||||
"remoteTriggerRadius": 1,
|
"rename" : "WarpDriveDialogue",
|
||||||
"xmlFile":"Assets/WarpDriveDialogue.xml",
|
"xmlFile":"Assets/WarpDriveDialogue.xml",
|
||||||
"remoteTriggerPosition": {"x": -0.05656214, "y": 0.5362684, "z": 0.5467669},
|
"blockAfterPersistentCondition" : "KnowsAboutWarpDrive",
|
||||||
"blockAfterPersistentCondition" : "KnowsAboutWarpDrive"
|
"remoteTrigger" : {
|
||||||
|
"radius": 1,
|
||||||
|
"position": {"x": -0.05656214, "y": 0.5362684, "z": 0.5467669},
|
||||||
|
"rename" : "WarpDriveRemoteTrigger"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user