Item pack

From Whirled Club Wiki
Revision as of 12:52, 26 August 2018 by Dragawn (talk | contribs) (Created page with "'''Item packs''' are a way for game creators to profit from in game items. For example, a game can sell a giant sword that a player can use during game play. From a tech...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Item packs are a way for game creators to profit from in game items. For example, a game can sell a giant sword that a player can use during game play. From a technical standpoint, item packs are distinguished from level packs by the following:

  1. Item packs are in-game items which enhance a player's abilities in game, while level packs change the environment of the game.
  2. In multiplayer games, game developer can specify if players all have to own the level pack to play together.
  3. Item packs are all sold in the shop for a price, there are no free item packs.
  4. Item packs can be consumed by using PlayerSubControl.requestConsumeItemPack();.

See Also