Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlimited buildings #3

Merged
merged 1 commit into from
Mar 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions PalSchema/mods/AccessoryCondenser/metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 8 additions & 0 deletions PalSchema/mods/UnlimitedBuildings/metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
13 changes: 13 additions & 0 deletions PalSchema/mods/UnlimitedBuildings/raw/build_object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"DT_BuildObjectDataTable": {
"Expedition": {
"InstallMaxNumInBaseCamp": 0
},
"Altar": {
"InstallMaxNumInBaseCamp": 0
},
"GuildChest": {
"InstallMaxNumInBaseCamp": 0
}
}
}