Skip to content

Commit

Permalink
Add material categories (unused) (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentChaos512 committed Nov 28, 2020
1 parent c3a319c commit f11c100
Show file tree
Hide file tree
Showing 76 changed files with 397 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Material categories. These are unused currently, but will be used for synergy calculations in the future. Categories can be any string and may be defined by mods or data packs. [#267]
- Individual traits can now supply extra wiki lines in their JSON. _This is not synced with the client on dedicated servers._ Useful for adding more information to frequently confused traits, like Lucky.
### Changed
- Materials will no longer inherit stats and traits from their parent of they provide any of their own [related to #266]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 3,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 4,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 3,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 5,
"categories": [
"intangible"
],
"visible": false,
"gear_blacklist": [],
"can_salvage": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"rock"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 3,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"rock"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 3,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"organic"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 3,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 1,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 3,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 4,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 3,
"categories": [
"gem"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 3,
"categories": [
"gem"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"rock"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 4,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 0,
"categories": [
"intangible"
],
"visible": false,
"gear_blacklist": [
"all"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"organic"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"organic"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"rock"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"availability": {
"tier": 2,
"categories": [
"rock",
"gem"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 2,
"categories": [
"gem"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 2,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 0,
"categories": [
"organic"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 1,
"categories": [
"organic"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"availability": {
"tier": 3,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 4,
"categories": [
"metal"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"availability": {
"tier": 1,
"categories": [
"rock",
"organic"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"availability": {
"tier": 0,
"categories": [
"organic"
],
"visible": true,
"gear_blacklist": [],
"can_salvage": true
Expand Down
Loading

0 comments on commit f11c100

Please sign in to comment.