Advertisement
Lavallet

Tigames128-UpgradeMaterials-store.reds for 2.12

May 21st, 2024 (edited)
1,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.89 KB | Gaming | 0 0
  1. @addMethod(gameuiInGameMenuGameController)
  2. protected cb func RegisterUPGRADEMATERIALSStore(event: ref<VirtualShopRegistration>) -> Bool {
  3.   event.AddStore(
  4.     n"UPGRADEMATERIALS",
  5.     "Crafting Materials",
  6.     [
  7.       "Items.CommonMaterial1",
  8.       "Items.UncommonMaterial1",
  9.       "Items.QuickHackUncommonMaterial1",
  10.       "Items.RareMaterial1",
  11.       "Items.QuickHackRareMaterial1",
  12.       "Items.EpicMaterial1",
  13.       "Items.QuickHackEpicMaterial1",
  14.       "Items.LegendaryMaterial1",
  15.       "Items.QuickHackLegendaryMaterial1"
  16.     ],
  17.     [1000,2000,2000,3500,3500,7000,7000,15000,15000],
  18.     r"base/gameplay/gui/common/icons/items/item_icons15.inkatlas",
  19.     n"material_legendary",
  20.     [
  21.       "Common",
  22.       "Uncommon",
  23.       "Uncommon",
  24.       "Rare",
  25.       "Rare",
  26.       "Epic",
  27.       "Epic",
  28.       "Legendary",
  29.       "Legendary"
  30.     ],
  31.     [25,25,25,25,25,25,25,25,25]
  32.   );
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement