mirror of
https://github.com/tribufu/ServerGridEditor
synced 2026-05-06 15:17:35 +00:00
Updated ServerGridEditor
This commit is contained in:
parent
098b18516e
commit
cffac3d0df
688 changed files with 116031 additions and 43524 deletions
|
|
@ -280,6 +280,8 @@ namespace AtlasGridDataLibrary
|
|||
public int id;
|
||||
public Dictionary<string, string> spawnerOverrides = new Dictionary<string, string>();
|
||||
|
||||
public List<string> treasureMapSpawnPoints = new List<string>();
|
||||
public List<string> wildPirateCampSpawnPoints = new List<string>();
|
||||
public float minTreasureQuality = -1;
|
||||
public float maxTreasureQuality = -1;
|
||||
public bool useNpcVolumesForTreasures = false;
|
||||
|
|
@ -317,6 +319,11 @@ namespace AtlasGridDataLibrary
|
|||
|
||||
public float islandWidth;
|
||||
public float islandHeight;
|
||||
|
||||
public float singleSpawnPointX;
|
||||
public float singleSpawnPointY;
|
||||
public float singleSpawnPointZ;
|
||||
|
||||
}
|
||||
public class DiscoveryZoneData : MoveableObjectData
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue