CodeBlueDev / terralimb

lightweight library to interface with terrarian objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terralimb

lightweight library to interface with terrarian objects

  • Buff: holder of ID, name, time
  • Item: holder of ID, name, nick, slots, etc.
  • Player: helper functions for decrypting and encrypting player files as well as gathering data
  • Constants: Allows for .json loading of serialized (Buff / Item ) classes; allowing for dynamic loading of item lists

[here is a gist of what dumping to .json would look like for an XNA application that hooks terraria] gist

Requires

  • Newtonsoft.Json ~10.0

About

lightweight library to interface with terrarian objects

License:MIT License


Languages

Language:C# 100.0%