forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
92
Assets/StreamingAssets/zones.json
Normal file
92
Assets/StreamingAssets/zones.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"zones": [
|
||||
{
|
||||
"id": "wilderness_3",
|
||||
"name": "wilderness_3",
|
||||
"role": "Base",
|
||||
"priority": 1,
|
||||
"encounterTableId": "",
|
||||
"baseDifficultyTier": 1,
|
||||
"baseEncounterChance": 0.5,
|
||||
"encounterChanceMultiplier": 1.0,
|
||||
"difficultyTierBonus": 0,
|
||||
"isSafeZone": false,
|
||||
"overrideEncounterTableId": "",
|
||||
"overrideEncounterChance": 1.0,
|
||||
"overrideDifficultyTier": 4,
|
||||
"shape": "Square",
|
||||
"circleRadius": 2.0,
|
||||
"position": [
|
||||
-1.4499998092651368,
|
||||
0.0,
|
||||
8.819999694824219
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "wilderness_2",
|
||||
"name": "wilderness_2",
|
||||
"role": "Base",
|
||||
"priority": 1,
|
||||
"encounterTableId": "",
|
||||
"baseDifficultyTier": 1,
|
||||
"baseEncounterChance": 0.5,
|
||||
"encounterChanceMultiplier": 1.0,
|
||||
"difficultyTierBonus": 0,
|
||||
"isSafeZone": false,
|
||||
"overrideEncounterTableId": "",
|
||||
"overrideEncounterChance": 1.0,
|
||||
"overrideDifficultyTier": 4,
|
||||
"shape": "Square",
|
||||
"circleRadius": 2.0,
|
||||
"position": [
|
||||
8.239999771118164,
|
||||
0.0,
|
||||
-7.480000019073486
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "encounter_1",
|
||||
"name": "Encounter_1",
|
||||
"role": "Base",
|
||||
"priority": 1,
|
||||
"encounterTableId": "",
|
||||
"baseDifficultyTier": 1,
|
||||
"baseEncounterChance": 0.20000000298023225,
|
||||
"encounterChanceMultiplier": 1.0,
|
||||
"difficultyTierBonus": 0,
|
||||
"isSafeZone": false,
|
||||
"overrideEncounterTableId": "",
|
||||
"overrideEncounterChance": 1.0,
|
||||
"overrideDifficultyTier": 4,
|
||||
"shape": "Circle",
|
||||
"circleRadius": 0.7500342726707459,
|
||||
"position": [
|
||||
5.579999923706055,
|
||||
0.0,
|
||||
2.569999933242798
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "wilderness",
|
||||
"name": "Wilderness",
|
||||
"role": "Base",
|
||||
"priority": 1,
|
||||
"encounterTableId": "",
|
||||
"baseDifficultyTier": 1,
|
||||
"baseEncounterChance": 0.5,
|
||||
"encounterChanceMultiplier": 1.0,
|
||||
"difficultyTierBonus": 0,
|
||||
"isSafeZone": false,
|
||||
"overrideEncounterTableId": "",
|
||||
"overrideEncounterChance": 1.0,
|
||||
"overrideDifficultyTier": 4,
|
||||
"shape": "Polygon",
|
||||
"circleRadius": 2.0,
|
||||
"position": [
|
||||
-0.36074304580688479,
|
||||
0.0,
|
||||
-0.8207230567932129
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
7
Assets/StreamingAssets/zones.json.meta
Normal file
7
Assets/StreamingAssets/zones.json.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5b2318f72e01a4f459bc50c01d7c205e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user