Skip to content

Release 3.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 11:53
fce346b

Configurable Items!

Item modifiers, prices and disable flags can now be controlled from the config file
.\counterstrikesharp\configs\plugins\WarcraftPlugin
(Remove the old config if you want example item configurations)

"tome_of_gambling": {
  "Price": 8000,
  "MinXpGain": 50,
  "MaxXpGain": 150,
  "IsDisabled": false
}
  • Reduced default XP gain from Tome of Experience, 150 -> 50
  • Reduced default XP gain from Tome of Gambling, 150 -> 50, 450 -> 150