Skip to content

Commit

Permalink
cleaning things AGAIN (ffs)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiote committed Jun 8, 2016
0 parents commit 1957924
Show file tree
Hide file tree
Showing 15 changed files with 2,278 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
@@ -0,0 +1,41 @@
## Download ##

You should use the [Addon Manager](https://github.com/Excrulon/Tree-of-Savior-Addon-Manager/releases/latest) to download my addons! All the cool kids are using it!

## Tree of Savior Lua Mods - cwLibrary ##

Here you can find all the addons I've created. Feel free to use my cwAPI to create yours too! Ask me if you need help.

Also, please check my database website. It's growing! http://tosdb.org/

Have any question or suggestion about the addons or the website? Hit me at http://discordapp.com (user fiote#3304).

## Addons Available

<b>[cwRepair](https://github.com/fiote/ToS-Addons/wiki/cwRepair):</b>

cwRepair lets you define a durability% to consider a gear "good" and easily repair the bads when visiting a repair shop.

<b>[cwSet](https://github.com/fiote/ToS-Addons/wiki/cwSet):</b>

cwSet allows you to store an infinite number of gear 'sets', so you can easily switch between them.

<b>[cwFarmed](https://github.com/fiote/ToS-Addons/wiki/cwFarmed):</b>

cwFarmed allows you to easily see what's really being farmed while you grind your way through the game.

<b>[cwMarket](https://github.com/fiote/ToS-Addons/wiki/cwMarket):</b>

cwMarket add 2 buttons to your cabinet window, making it possible to retrieve all items or all silver with one click.

<b>[cwCleric](https://github.com/fiote/ToS-Addons/wiki/cwCleric):</b>

cwCleric is a class helper. It'll remind you to toggle "Heal: Remove Damage" on/off when joining/leaving parties.

## cwAPI

cwAPI is my core library. All my addons depend on it so it.

In time, all functions will be documented on [the wiki](https://github.com/fiote/ToS-Addons/wiki/cwAPI-(core-library))!


76 changes: 76 additions & 0 deletions addons.json
@@ -0,0 +1,76 @@
[
{
"name": "cwCleric",
"file": "cwcleric",
"extension": "ipf",
"fileVersion": "v1.0.0",
"releaseTag": "rebirth",
"unicode": "🐻",
"description": "cwCleric is a class helper. It'll remind you to toggle 'Heal: Remove Damage' on/off when joining/leaving parties.",
"tags": [
"cleric",
"party",
"attribute"
]
},
{
"name": "cwFarmed",
"file": "cwfarmed",
"extension": "ipf",
"fileVersion": "v1.0.2",
"releaseTag": "rebirth",
"unicode": "🐻",
"description": "cwFarmed allows you to easily see what's really being farmed while you grind your way through the game.",
"tags": [
"silver",
"item",
"drop",
"exp",
"grind",
"farm"
]
},
{
"name": "cwMarket",
"file": "cwmarket",
"extension": "ipf",
"fileVersion": "v1.0.1",
"releaseTag": "rebirth",
"unicode": "🐻",
"description": "cwMarket add 2 buttons to your cabinet window, making it possible to retrieve all items or all silver with one click.",
"tags": [
"market",
"silver",
"item"
]
},
{
"name": "cwRepair",
"file": "cwrepair",
"extension": "ipf",
"fileVersion": "v1.0.2",
"releaseTag": "rebirth",
"unicode": "🐻",
"description": "cwRepair lets you define a durability% to consider a gear 'good' and easily repair the bads when visiting a repair shop.",
"tags": [
"repair",
"gear",
"durability"
]
},
{
"name": "cwSet",
"file": "cwset",
"extension": "ipf",
"fileVersion": "v1.0.1",
"releaseTag": "rebirth",
"unicode": "🐻",
"description": "cwSet allows you to store an infinite number of gear 'sets', so you can easily switch between them.",
"tags": [
"inventory",
"gear",
"set",
"swap"
]
}
]

0 comments on commit 1957924

Please sign in to comment.