diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-12 14:50:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 14:50:58 +0200 |
| commit | f309cf79bbb032a0686b7d04feb8fec18e600a84 (patch) | |
| tree | 9ea7db08f0698ec9af213941307c83246c7b68a3 /docs/TotemCategory.md | |
| parent | b2610fad21012673061f5af786b022c96625cc26 (diff) | |
| download | wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.gz wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.bz2 wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.zip | |
chore: file naming standard (#517)
* A
* file naming standard
Fixes #491
* Revert "A"
This reverts commit 1c225fed753554098069597a2bbcbe08213b76a1.
* rename
* Revert "rename"
This reverts commit 65fd916faf8530ce258cc2b475c93971468680fe.
* Revert "file naming standard"
This reverts commit 6ca5a703a9e9d59f9c773029e4c04bfd012b6abb.
* bye
* Hi
* Create the-staging-branch.md
* 1
* Delete how-to-create-a-PR.md
* Create how-to-create-a-pr.md
* werafgt
* Update the-modular-structure.md
* wef
Diffstat (limited to 'docs/TotemCategory.md')
| -rw-r--r-- | docs/TotemCategory.md | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/docs/TotemCategory.md b/docs/TotemCategory.md deleted file mode 100644 index c2412db..0000000 --- a/docs/TotemCategory.md +++ /dev/null @@ -1,63 +0,0 @@ -# TotemCategory - -`Back-to:DBC` - -**TotemCategory.dbc** -**Version is : 3.3.5a** - -## Structure - -| Column | Field | Type | Notes | -|--------|--------------|--------------|--------------------------------------------------------------------------| -| 1 | ID | Integer | | -| 2-18 | sRefName | String + Loc | Includes all kinds of component things.. not just totems | -| 19 | Category | Integer | Which category the tool belongs to (1 = totems, 3 = enchanting rods etc) | -| 20 | CategoryBits | BitMask | Which tools in the category the tool can be used as. | - -### For instance for totems: - -| Bit | Description | -|-----|-------------| -| 0 | earth | -| 1 | air | -| 2 | fire | -| 3 | water | - -Master Totem has the bitmask 1111b, meaning it can be used instead of all four normal totems. - -## **Content** - -| ID | Name | -|-----|--------------------------| -| 1 | Skinning Knife (OLD) | -| 2 | Earth Totem | -| 3 | Air Totem | -| 4 | Fire Totem | -| 5 | Water Totem | -| 6 | Runed Copper Rod | -| 7 | Runed Silver Rod | -| 8 | Runed Golden Rod | -| 9 | Runed Truesilver Rod | -| 10 | Runed Arcanite Rod | -| 11 | Mining Pick (OLD) | -| 12 | Philosopher's Stone | -| 13 | Blacksmith Hammer (OLD) | -| 14 | Arclight Spanner | -| 15 | Gyromatic Micro-Adjustor | -| 21 | Master Totem | -| 41 | Runed Fel Iron Rod | -| 62 | Runed Adamantite Rod | -| 63 | Runed Eternium Rod | -| 81 | Hollow Quill | -| 101 | Runed Azurite Rod | -| 121 | Virtuoso Inking Set | -| 141 | Drums | -| 161 | Gnomish Army Knife | -| 162 | Blacksmith Hammer | -| 165 | Mining Pick | -| 166 | Skinning Knife | -| 167 | Hammer Pick | -| 168 | Bladed Pickaxe | -| 169 | Flint and Tinder | -| 189 | Runed Cobalt Rod | -| 190 | Runed Titanium Rod | |
