plugin-card-shop
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin-card-shop [2024/03/22 14:35] – banerjeesw | plugin-card-shop [2025/01/29 22:15] (current) – [Parameters] isiahgames | ||
---|---|---|---|
Line 6: | Line 6: | ||
- In that same event or common event, call the script: < | - In that same event or common event, call the script: < | ||
| | ||
- | Only one shop preset can be made per Event, but until the shop is reset its stock will carry over between sessions. This means if the player buys its entire stock, when the player returns to the shop it will stay empty. | + | Only one shop preset can be made per Event Page, but until the shop is reset its stock will carry over between sessions. This means if the player buys its entire stock, when the player returns to the shop it will stay empty. |
Card Shop Plugin is available on [[https:// | Card Shop Plugin is available on [[https:// | ||
+ | |||
+ | **Current Version: v1.2.1** | ||
===== Buy, Sell, and Remove ===== | ===== Buy, Sell, and Remove ===== | ||
Line 21: | Line 23: | ||
Price formulas work like damage formulas, except they determine how much a card costs to buy or remove, or how much it gives the player on selling. Price formulas have several variables you can use: | Price formulas work like damage formulas, except they determine how much a card costs to buy or remove, or how much it gives the player on selling. Price formulas have several variables you can use: | ||
< | < | ||
- | cardPrice | + | buyPrice |
+ | sellPrice - the original Sell Price of a card set through Skill notetags. | ||
+ | removePrice - the original Remove Price of a card set through notetags. | ||
+ | | ||
bought - the total cards bought at that shop | bought - the total cards bought at that shop | ||
sold - the total cards sold at that shop | sold - the total cards sold at that shop | ||
removed - the total cards removed at that shop | removed - the total cards removed at that shop | ||
+ | |||
adjustedCardPrice - a variable just for the Buy formula, this is the price of a card specific to this shop. | adjustedCardPrice - a variable just for the Buy formula, this is the price of a card specific to this shop. | ||
</ | </ | ||
**Example 1**: | **Example 1**: | ||
- | < | + | < |
- | If a card costs 40 to purchase, it will cost 40 to remove if the player | + | If a card costs 40 to remove by default, it will cost 40 to remove if the player |
has not removed any cards at this shop, and every time they do the price | has not removed any cards at this shop, and every time they do the price | ||
will increase by 10. | will increase by 10. | ||
Line 39: | Line 45: | ||
**Example 3**: | **Example 3**: | ||
- | < | + | < |
This creates a shop where all cards sold will get you roughly 30% | This creates a shop where all cards sold will get you roughly 30% | ||
- | of their value back in gold. This is not impacted by adjustments. | + | of their buy value back in gold. This is not impacted by adjustments. |
====== Parameters ====== | ====== Parameters ====== | ||
{{https:// | {{https:// | ||
Line 48: | Line 54: | ||
| **Sell Price Formula** | The formula to determine the price of selling a card. See help section for details. | | | **Sell Price Formula** | The formula to determine the price of selling a card. See help section for details. | | ||
| **Remove Price Formula** | The formula to determine the price of removing a card. See help section for details. | | | **Remove Price Formula** | The formula to determine the price of removing a card. See help section for details. | | ||
+ | | **Free Card Text** | The text to display for a card that costs 0 Gold. | | ||
+ | | **Confirm Texts** | The text that appears in the confirm pop-up window. \\ You can use %skill as a textcode to get the name of the Skill that is being bought or sold. | | ||
+ | |||
+ | ===Card Shop Scene=== | ||
{{https:// | {{https:// | ||
- | | **Preview Card X** | The X coordinate | + | | **Command Names** | The names of the commands that can appear inside |
- | | **Preview | + | | **Preview |
| **Preview Card Scale** | The scale of the preview card in the Card Shop scene. | | | **Preview Card Scale** | The scale of the preview card in the Card Shop scene. | | ||
- | | **Window | + | | **Preview Cost Coordinates** | The offset coordinates for the Cost text for the preview card. | |
- | | **Selected Card Scale** | The scale of the card in the windows in the Card Shop scene that is currently being inspected. | | + | | **Max Visible Rows** | A number used to calculate what row the player currently has selected before scrolling down. If the game scrolls down too early, try raising this value; and it if scrolls too late, try lowering it. | |
+ | | **Card Placement Settings** | A struct containing several parameters to determine how cards will fit inside their windows. | | ||
+ | |||
+ | ^ Card Placement Settings ^ ^ | ||
+ | | **Max Columns** | The number of cards a row before cards move to the next row in the window. | | ||
+ | | **Card Scale** | The scale of the cards in the windows in the Deck Editor | ||
+ | | **Selected Card Scale** | The scale of the card in the windows in the Deck Editor | ||
+ | | **Starting Padding** | The padding between the left/top of the Window and the top-left-most card. | | ||
+ | | **Card Spacing** | The spacing between cards. | | ||
+ | | **Amount Text Offset** | The coordinate offset values for the Amount text. They default to underneath the center of the cards. | | ||
+ | | **Amount Text Justify** | Whether the amount text of a card will be centered, aligned left, or right. | | ||
| **Card List Window Width** | The width in pixels of the Card List Window | | | **Card List Window Width** | The width in pixels of the Card List Window | | ||
| **Confirm Window Width** | The width in pixels of the Confirm Window | | | **Confirm Window Width** | The width in pixels of the Confirm Window | | ||
+ | | **Gold Window Width** | The width in pixels of the Confirm Window | | ||
+ | | **Hide Actor Window?** | If this is false, the Actor Window will appear to the side of the inventory window. If the Actor Window is hidden, it will instead appear in place of the inventory window when the user is prompted to select an actor to give a card to. This prompt occurs when buying a card while having multiple party members. | | ||
+ | | **Actor Window Width** | The width of the Actor Window, if Hide Actor Window is set to false. | | ||
+ | | **Short Actor Window?** | If this is true, the Actor Window will display less information. Useful if the window is thin. | | ||
+ | | **Move Help Window** | If this is false, the Help Window will take up the entire bottom of the screen. If this is true, the Help Window will instead only be underneath the Card Preview, giving more height to the Card List. | | ||
+ | | **Help Window Rows** | Sets the amount of rows of text that the Help Window can fit. 0 will hide the Help Window entirely. | | ||
+ | |||
+ | ===Scrollbar Settings=== | ||
{{https:// | {{https:// | ||
| **Front Sprite** | The sprite used for the scrollbar. The middle third of its height scales to change the bar's size. | | | **Front Sprite** | The sprite used for the scrollbar. The middle third of its height scales to change the bar's size. | | ||
Line 61: | Line 90: | ||
| **Scroll Bar X** | The amount of pixels to the right of a scrolling window the scroll bar will appear. | | | **Scroll Bar X** | The amount of pixels to the right of a scrolling window the scroll bar will appear. | | ||
| **Scroll Bar Y** | The amount of pixels the top is lowered by and the bottom is raised by to keep within the window. | | | **Scroll Bar Y** | The amount of pixels the top is lowered by and the bottom is raised by to keep within the window. | | ||
- | {{https:// | + | |
- | | **Use Alt UI?** | If set to ON, the Help Window will appear underneath | + | | **Background Image** | A background image can be added to the scene. | |
- | | **Help Window | + | |
- | | **Short Actor Window?** | If set to ON, less information | + | ===Card Pack settings=== |
+ | ^ **Card Pack Presets** ^ A list of Card Packs you can add to the shop. Each Preset has the below parameters. ^ | ||
+ | | **Name** | The name that will display for the card pack. | | ||
+ | | **Description** | The text that will fill the Help Window | ||
+ | | **Amount of Cards in Pack** | The amount of cards any copy of this pack can contain. | | ||
+ | | **Card Pool** | The list cards that could appear in any copy of this pack. Each item in this list has two parameters: \\ \\ **Skill** is the Skill ID of the Card in the pool. \\ **Weight** is the value that determines the probability of this Card to be picked from the pool. Higher Weight means that a Card is more likely to appear. | ||
+ | |||
+ | | **Give Whole Pack to Actor?** | If true, when you buy a Card Pack all cards will go to the actor you select. When false, each card can go to a different actor individually. | | ||
+ | |||
====== Notetags ====== | ====== Notetags ====== | ||
^ Notetag Syntax | ^ Notetag Syntax | ||
- | | < | + | | < |
+ | <Card Buy Price></ | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
| < | | < | ||
3x Skill Y | 3x Skill Y | ||
Line 83: | Line 128: | ||
5x skillName Y Price Z | 5x skillName Y Price Z | ||
</card shop></ | </card shop></ | ||
+ | | < | ||
+ | Pack Preset Y | ||
+ | 3x Pack Preset Y | ||
+ | </card shop></ | ||
| < | | < | ||
Command: buy | Command: buy | ||
Command: buy, sell, remove, cancel | Command: buy, sell, remove, cancel | ||
</card shop></ | </card shop></ | ||
+ | | < | ||
+ | Buy Price priceFormula | ||
+ | Sell Price priceFormula | ||
+ | Remove price priceFormula | ||
+ | </card shop></ | ||
+ | | < | ||
+ | Buy Limit X | ||
+ | Sell Limit X | ||
+ | Remove Limit X | ||
+ | </card shop></ | ||
+ | |||
+ | Lastly, this plugin has tools to allow you to randomize values within these | ||
+ | comments, like so: | ||
+ | |||
+ | 1x Skill [1-4] | ||
+ | |||
+ | Replacing a number with [min-max] will make the shop determine a random | ||
+ | number between the minimum and the maximum (inclusive). So in the above | ||
+ | example Skill 1, Skill 2, Skill 3, or Skill 4 may appear. | ||
+ | |||
+ | You can also put this at the beginning of the notetag, like so: | ||
+ | |||
+ | | ||
+ | |||
+ | This will cause the Shop to stock between 1 and 3 copies of Skill 4. | ||
+ | |||
+ | Additionally, | ||
+ | |||
+ | 1x Skill [5, 7, 9] | ||
+ | |||
+ | Replacing a number with [x, y, z, etc] will make the shop choose | ||
+ | from the list of numbers inside the brackets. So in the above example | ||
+ | Skill 5, Skill 7, or skill 9 may appear. | ||
+ | |||
+ | This works anywhere in the comments to determine the shop inventory. This | ||
+ | means you can do this: | ||
+ | |||
+ | <card shop> | ||
+ | [3-4]x Skill [7, 8, 9, 11, 13, 15] | ||
+ | [1-2]x Pack Preset [1-3] | ||
+ | [1-2]x Pack Preset [1-3] | ||
+ | [1-2]x Pack Preset [1-3] | ||
+ | Buy Price buyPrice * [1-2] | ||
+ | </card shop> | ||
+ | |||
+ | Note that these randomization methods will only produce whole numbers. | ||
+ | Also note that any random numbers will retain their values when a shop's | ||
+ | inventory is reset through script calls or plugin commands. | ||
====== Script Calls ====== | ====== Script Calls ====== | ||
Line 101: | Line 198: | ||
====== Version History ====== | ====== Version History ====== | ||
< | < | ||
+ | |||
+ | v1.2.1 | ||
+ | - Added <Prevent Card Buy/ | ||
+ | - Fixed CardShopCore bug where Help Window would still appear when its Rows parameter was 0. | ||
+ | - Fixed Param Descriptions in CardShopCore referring to Simple Library | ||
+ | - Fixed crash when trying to sell cards that don't exist. | ||
+ | - Added several parameters to change text components. | ||
+ | - One event can now contain multiple shops - one per event page. | ||
+ | |||
+ | v1.2.0 | ||
+ | - Updated for compatibility with CoreEngine v1.6.2. | ||
+ | - Complete overhaul of Card Shop Scene as a product of the Library overhaul. | ||
+ | - Lots of UI improvements. More UI parameters. | ||
+ | - Fixed bug where buy formula would reset to default after backing out and reentering shop. | ||
+ | - Fixed bug where bought and sold variables would reset between shop instances. | ||
+ | - Fixed default sell formula not working. | ||
+ | - Added parameter to change what displays when a card is free. | ||
+ | - Added Card Packs to the shop. | ||
+ | - Added custom Sell and Remove prices to Card Notetags. | ||
+ | - Added custom Image notetags for Cards when displaying in the Shop. | ||
+ | - Added Buy Limit, Sell Limit, and Remove Limit options in a <card shop> settings tag. | ||
+ | - Added randomization options in <card shop> settings tags. | ||
+ | - Added compatibility with YEP_X_MoreCurrencies. | ||
+ | |||
v 1.1.1 | v 1.1.1 | ||
- Added Plugin Params for default Buy and Sell Price Formulas | - Added Plugin Params for default Buy and Sell Price Formulas |
plugin-card-shop.1711114559.txt.gz · Last modified: 2024/03/22 14:35 by banerjeesw