Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Dec 18, 2023
1 parent 37a678d commit 60989a4
Show file tree
Hide file tree
Showing 21 changed files with 3,167 additions and 2,853 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Item Piles Changelog

## Version 2.8.8

- Added support for asymmetrical item sizes in vaults
- Added setting to items for overriding its image when it is in a vault
- Tweaked Item Piles slightly more forgiving with its "must have a GM connected" warning message
- Fixed buying items sometimes not giving the correct change to the buyer
- Fixed updating the name and image of items would sometimes not update them in item piles
- Fixed styling conflicts in Alien RPG when trading with other users

## Version 2.8.7

- Added API endpoint on custom item pile types to support item & actor drag and drop fields
Expand Down
110 changes: 64 additions & 46 deletions docs/hooks.md

Large diffs are not rendered by default.

18 changes: 12 additions & 6 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"GiveItemDeclined": "{user_name} declined your item offer.",
"NoPlayersActive": "No players are active to do this action",
"NoGMsConnectedAction": "WARNING - Could not execute \"{action}\" because no GMs are active.",
"VaultFull": "This vault is full!",
"VaultFull": "This item can't fit into this vault!",
"VaultItemNotExpander": "That item is not a vault expander"
},
"Inspect": {
Expand Down Expand Up @@ -405,6 +405,11 @@
"CustomCategoryExplanation": "When not blank, this item will be listed under a different type than what it is.",
"Hidden": "Item Is Hidden",
"HiddenExplanation": "When enabled, this item does not show up in the merchant's item lists.",
"CanStack": "Can Stack",
"CanStackExplanation": "This configures whether this item will stack with other items that are similar to it.",
"CanStackDefault": "Default to item pile's setting",
"CanStackYes": "Yes, can always stack",
"CanStackNo": "No, cannot stack",
"DisplayQuantity": "Item Quantity Visibility",
"DisplayQuantityExplanation": "This configures how the quantity this item in the store is shown, if at all.",
"DisplayQuantityDefault": "Default to merchant setting",
Expand Down Expand Up @@ -440,11 +445,12 @@
"DropMeClickMe": "Click to add an attribute or drag & drop an item to add",
"PricePreset": "Or select a price preset:",
"SelectPreset": "Select price preset",
"CanStack": "Can Stack",
"CanStackExplanation": "This configures whether this item will stack with other similar items when added to a vault.",
"CanStackDefault": "Default to vault's setting",
"CanStackYes": "Yes, can always stack",
"CanStackNo": "No, cannot stack",
"GridSize": "Grid Size",
"GridSizeExplanation": "This configures how many grid spaces this item takes up.",
"VaultImage": "Vault Image",
"VaultImageExplanation": "This overrides the item's image when displayed in a vault.",
"GridWidth": "Width",
"GridHeight": "Height",
"VaultExpander": "Vault Expander",
"VaultExpanderExplanation": "When this is enabled, this item does not act as a normal item in a vault, it instead increases the number of available slots, as determined below.",
"ExpandColumnsRows": "Column & Rows Expansion",
Expand Down
Loading

0 comments on commit 60989a4

Please sign in to comment.