Token Gem's

NOTE! To use the Token Gem's you need the GSA Integration mod installed.

Basics

Each Gem has its own token value. At the moment these can not be customised.
When a player consumes the Token Gem in-game, the amount of tokens is automatically added to their account. A notification is send to the user when it succeeded.
The Gem acts like any other consumable: it can be exchanged and/or stolen.

Spawn code

These codes are prepared for use in the GSA Shop packs using Rcon commands.
If you want to use the Rcon commands outside the Shop packs, make sure to replace {gameid} with the in-game character ID (not the Steam id).

1 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/1/PrimalItemConsumable_Token_gsa_1.PrimalItemConsumable_Token_GSA_1'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_1_C

5 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/5/PrimalItemConsumable_Token_gsa_5.PrimalItemConsumable_Token_GSA_5'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_5_C

10 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/10/PrimalItemConsumable_Token_gsa_10.PrimalItemConsumable_Token_GSA_10'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_10_C

25 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/25/PrimalItemConsumable_Token_gsa_25.PrimalItemConsumable_Token_GSA_25'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_25_C

50 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/50/PrimalItemConsumable_Token_gsa_50.PrimalItemConsumable_Token_GSA_50'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_50_C

100 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/100/PrimalItemConsumable_Token_gsa_100.PrimalItemConsumable_Token_GSA_100'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_100_C

250 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/250/PrimalItemConsumable_Token_gsa_250.PrimalItemConsumable_Token_GSA_250'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_250_C

500 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/500/PrimalItemConsumable_Token_gsa_500.PrimalItemConsumable_Token_GSA_500'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_500_C

1000 Token Gem
Rcon command: GiveItemToPlayer {gameid} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/1000/PrimalItemConsumable_Token_gsa_1000.PrimalItemConsumable_Token_GSA_1000'" 1 0 0
Blueprint class: PrimalItemConsumable_Token_gsa_1000_C