elliebot/src/EllieBot/Modules/Games/Fish/strings.json
Toastie 0a1797700c
.fishop and .finv
You can list items in `.fishop`
Buy with `.fibuy`
See your inventory with `.finv`
Equip with `.fiuse`
Items are defined in items: array at the bottom of fish.yml
Items will show up in your .fili and bonuses will show up when you do .fish
The migrations for quests were meant to be sorted in 4c2b42ab7f but it kind of decided to be very stupid.
2025-03-29 20:33:25 +13:00

21 lines
No EOL
1.1 KiB
JSON

{
"fish_items_title": "Available Fishing Items",
"fish_buy_success": "Item purchased successfully!",
"fish_buy_not_found": "Item not found.",
"fish_buy_already_owned": "You already own this item.",
"fish_buy_insufficient_funds": "You don't have enough currency to buy this item.",
"fish_buy_error": "An error occurred while trying to buy the item.",
"fish_use_success": "Item equipped successfully!",
"fish_use_not_found": "Item not found.",
"fish_use_not_owned": "You don't own this item.",
"fish_use_expired": "This item has expired.",
"fish_use_no_uses": "This item has no uses left.",
"fish_use_error": "An error occurred while trying to use the item.",
"fish_unequip_success": "Item unequipped successfully!",
"fish_unequip_error": "Could not unequip item.",
"fish_inv_title": "{0}'s Fishing Inventory",
"fish_gift_self": "You can't gift items to yourself.",
"fish_gift_not_owned": "You don't own this item.",
"fish_gift_equipped": "You can't gift equipped items. Unequip it first.",
"fish_gift_success": "Item successfully gifted to {0}!"
}