Skip to content

Instantly share code, notes, and snippets.

@zozovo
Created January 14, 2021 05:36
Show Gist options
  • Save zozovo/b78068e39b44dae4a26131e7d9b67ce7 to your computer and use it in GitHub Desktop.
Save zozovo/b78068e39b44dae4a26131e7d9b67ce7 to your computer and use it in GitHub Desktop.
functions for Cyber Engine Tweaks
Game.AddToInventory("Items.money", 1048576)
Game.AddToInventory("Items.CommonMaterial1", 4096)
Game.AddToInventory("Items.UncommonMaterial1", 4096)
Game.AddToInventory("Items.RareMaterial1", 4096)
Game.AddToInventory("Items.RareMaterial2", 4096)
Game.AddToInventory("Items.EpicMaterial1", 4096)
Game.AddToInventory("Items.EpicMaterial2", 4096)
Game.AddToInventory("Items.LegendaryMaterial1", 4096)
Game.GiveDevPoints("Attribute", 20) -- Attribute (skill) points
Game.GiveDevPoints("Primary", 20) -- Perk points
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment