Skip to content

Commit

Permalink
Revamp unarmed
Browse files Browse the repository at this point in the history
Instead of requiring an ability slot, now only requires applying any melee upgrade. Works well with the fact that unarmed no longer damages chestplates
The ability from before has been renamed to ambidextrous, its only purpose is attacking with both hands now
  • Loading branch information
KnightMiner committed Dec 20, 2022
1 parent df1ceaf commit a6bedfb
Show file tree
Hide file tree
Showing 82 changed files with 173 additions and 754 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,14 @@
]
}
},
"unarmed": {
"ambidextrous": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"type": "tconstruct:tool",
"modifiers": {
"name": "tconstruct:unarmed",
"name": "tconstruct:ambidextrous",
"level": 1
}
}
Expand Down Expand Up @@ -535,7 +535,7 @@
"tool_belt"
],
[
"unarmed"
"ambidextrous"
],
[
"zoom"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"abilities": 1
},
"result": {
"name": "tconstruct:unarmed",
"name": "tconstruct:ambidextrous",
"level": 1
},
"max_level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "forge:difference",
"base": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "forge:difference",
"base": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "forge:difference",
"base": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@
"item": "minecraft:lava_bucket"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_harvest"
},
"tools": [
{
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/harvest"
}
],
"slots": {
"abilities": 1
},
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"slots": {
"abilities": 1
},
"modifier": "tconstruct:unarmed",
"modifier": "tconstruct:ambidextrous",
"min_level": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "forge:difference",
"base": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "forge:difference",
"base": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "forge:difference",
"base": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee_or_harvest"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/unarmed"
"tag": "tconstruct:modifiable/harvest"
}
],
"slots": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
"slots": {
"upgrades": 1
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
"slots": {
"upgrades": 1
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
"slots": {
"upgrades": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee_or_harvest"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/armor/leggings"
"tag": "tconstruct:modifiable/harvest"
},
{
"tag": "tconstruct:modifiable/unarmed"
"tag": "tconstruct:modifiable/armor/leggings"
}
],
"slots": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged/bows"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"slots": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
"slots": {
"upgrades": 1
},
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee_or_harvest"
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/harvest"
},
{
"tag": "tconstruct:modifiable/armor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
{
"tag": "tconstruct:modifiable/ranged/bows"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"slots": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
"slots": {
"upgrades": 1
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
"slots": {
"upgrades": 1
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"type": "tconstruct:modifier_salvage",
"tools": [
{
"tag": "tconstruct:modifiable/melee"
},
{
"tag": "tconstruct:modifiable/unarmed"
}
],
"tools": {
"tag": "tconstruct:modifiable/melee_or_unarmed"
},
"slots": {
"upgrades": 1
},
Expand Down

0 comments on commit a6bedfb

Please sign in to comment.