# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/inisland-transactions-device-template-in-fortnite
# Local doc: epic-docs/documentation/en-us/fortnite/inisland-transactions-device-template-in-fortnite.md
# Section: Complete Code
using { /Fortnite.com/Devices }
using { /Fortnite.com/Marketplace }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /Verse.org/Assets }
using { /Verse.org/Simulation }
# Documentation for In-Island Transactions is found at https://fn.gg/z38
# Setup your entitlements and offers data, in this case that's your Names, Descriptions & Short Descriptions as well as any other data you want to be constant
EntitlementInfo<public> := module:
Potion<public> := module:
Name<public><localizes>:message = "Potion"
Description<public><localizes>:message = "Adds +10 health when used. Green so you know its healthy!"
ShortDescription<public><localizes>:message = "Adds +10 health when used."
PotionGib<public> := module:
Name<public><localizes>:message = "Gib Potion"
Description<public><localizes>:message = "Special potion that unlocks violent one shot eliminations. Red so you know its healthy! Not for minors!"
ShortDescription<public><localizes>:message = "Unlocks violent one shot eliminations."
PotionThanksgiving<public> := module:
Name<public><localizes>:message = "Thanksgiving Potion"
Description<public><localizes>:message = "Special potion that adds 100 health but reduces speed by 50%"
ShortDescription<public><localizes>:message = "Adds +100 health, causes speed reduction when used."
PotionPack<public> := module:
Name<public><localizes>:message = "Potion x5"
Description<public><localizes>:message = "5 potions that add +10 health when used. Green so you know they're healthy!"
ShortDescription<public><localizes>:message = "Get 5 for 400!"
PotionCount<public>:int = 5
Sword<public> := module:
Name<public><localizes>:message = "Sword"
Verse Library
verse
11 Complete Code
Defines localized data modules for in-island transaction entitlements and store items.
extracted-snippets/documentation/en-us/fortnite/inisland-transactions-device-template-in-fortnite/11-complete-code.verse
Sign in free to read the full source 🌴
This Verse Library file is members-only. Create a free account to view the complete source and download the .verse file.