-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nerfed fishing speed Coconut, fish and pearl containers changed from simple decorations to actual storage like chests Shortened Miranda start dialogues Fixed beachball
- Loading branch information
1 parent
85e2e86
commit aff2302
Showing
20 changed files
with
188 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
...go_selected/data/gm/campaigns/trader/arcs/encounters/returning_crop_trader_encounter.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
{ | ||
"type": "entity", | ||
"mixins": "file(beachball_ghost.json)", | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"is_item": true | ||
} | ||
} | ||
"type": "entity", | ||
"mixins": "stonehearth:mixins:item_properties", | ||
"components": { | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(beachball.qb)" | ||
] | ||
} | ||
}, | ||
"mob": { | ||
"model_origin": {"x": -0.05, "y": 0, "z": 0.05 } | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"is_item": true, | ||
"category": "trophy", | ||
"subject_override": "archipelago_biome:toys:beachball" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
}, | ||
{ | ||
"uri": "archipelago_biome:food:coconut", | ||
"count" : 4 | ||
"count" : 1 | ||
} | ||
], | ||
"produces": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
}, | ||
{ | ||
"material": "raw fish_meat", | ||
"count": 4 | ||
"count": 1 | ||
} | ||
], | ||
"produces": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
}, | ||
{ | ||
"uri": "archipelago_biome:resources:pearl", | ||
"count": 4 | ||
"count": 1 | ||
} | ||
], | ||
"produces": [ | ||
|
Oops, something went wrong.