diff --git a/PalSchema/mods/AccessoryCondenser/metadata.json b/PalSchema/mods/AccessoryCondenser/metadata.json index 67cbe89..04a86ae 100644 --- a/PalSchema/mods/AccessoryCondenser/metadata.json +++ b/PalSchema/mods/AccessoryCondenser/metadata.json @@ -1,8 +1,8 @@ { - "name":"AccessoryCondenser", - "authors": [ - "czubai" - ], - "description": "Allows crafting higher tier accessories using their lower tier counterparts.", - "version": "2.0.0" + "name": "AccessoryCondenser", + "authors": [ + "czubai" + ], + "description": "Allows crafting higher tier accessories using their lower tier counterparts.", + "version": "2.0.0" } \ No newline at end of file diff --git a/PalSchema/mods/UnlimitedBuildings/metadata.json b/PalSchema/mods/UnlimitedBuildings/metadata.json new file mode 100644 index 0000000..e653a8b --- /dev/null +++ b/PalSchema/mods/UnlimitedBuildings/metadata.json @@ -0,0 +1,8 @@ +{ + "name": "UnlimitedBuildings", + "authors": [ + "czubai" + ], + "description": "Removes build count limits for Guild Chest, Expedition Station, and Summoning Altar", + "version": "2.0.0" +} \ No newline at end of file diff --git a/PalSchema/mods/UnlimitedBuildings/raw/build_object.json b/PalSchema/mods/UnlimitedBuildings/raw/build_object.json new file mode 100644 index 0000000..ccd66c5 --- /dev/null +++ b/PalSchema/mods/UnlimitedBuildings/raw/build_object.json @@ -0,0 +1,13 @@ +{ + "DT_BuildObjectDataTable": { + "Expedition": { + "InstallMaxNumInBaseCamp": 0 + }, + "Altar": { + "InstallMaxNumInBaseCamp": 0 + }, + "GuildChest": { + "InstallMaxNumInBaseCamp": 0 + } + } +} \ No newline at end of file