Skip to content

18.4.2020 Sponge

Compare
Choose a tag to compare
@NeumimTo NeumimTo released this 18 Apr 19:47
· 176 commits to 2.1.0 since this release
  • Improved peformacnce of inventory menus, they are now cached
  • Fixed various minor bugs
  • added new type of skill - command, which executes a command when casted
  • These types of skill are defined in each skilltree
{
        SkillId: "uniqueid"
        ModelId: XX
        Icon: XX
        MinPlayerLevel: 1
        MaxSkillLevel: 1
        LevelGap: 0
        SkillTreeId: 3
        Name: "My skill"
        Type: "command"
        Command: "an actual command, you can reference player name via {{player}}"
        ExecuteAsConsole: true/false #optional, false if not specified
}