You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
3.3 KiB
JSON

3 years ago
{
terrains: [
{
key: "",
name: "",
row: 0,
column: 0,
loadingCells: [
{
key: "",
name: "",
row: 0,
column: 0,
architecture: [
{
key: "",
positionX: 0.0,
positionY: 0.0,
positionZ: 0.0,
rotationX: 0.0,
rotationY: 0.0,
rotationZ: 0.0
}
],
droppables: [
{
key: "",
positionX: 0.0,
positionY: 0.0,
positionZ: 0.0,
rotationX: 0.0,
rotationY: 0.0,
rotationZ: 0.0
}
]
}
]
}
],
interriors: [
{
key: "",
name: "",
rooms: [
{
key: "",
name: "",
outerRoom: false,
architecture: [
{
key: "",
positionX: 0.0,
positionY: 0.0,
positionZ: 0.0,
rotationX: 0.0,
rotationY: 0.0,
rotationZ: 0.0
}
],
droppables: [
{
key: "",
positionX: 0.0,
positionY: 0.0,
positionZ: 0.0,
rotationX: 0.0,
rotationY: 0.0,
rotationZ: 0.0
}
]
}
]
}
],
navRoutes: [
{
key: "",
name: "",
offroad: false,
safeAtNight: false,
safeDuringDay: false,
wayPoints: [
{
key: "",
routeStep: 0
}
]
}
],
events: [
{
key: "",
name: "",
eventType: "RANDOM_EVENT|TIMED_EVENT|QUEST_EVENT",
scriptKey: "",
startDateMinute: 0,
startDateHour: 0,
startDateDay: 0,
minuteLength: 0,
requiredStoryStates: [
{
key: "",
valueKey: "",
valuesOperation: "AND|OR|BETWEEN|NOT|IN",
values: [
"",
""
]
}
]
}
],
storylines: [
{
key: "",
name: "",
}
],
characters: [
{
key: "",
firstName: "",
lastName: ""
}
]
}