-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
465 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/allomancy/advancements/main/coinshot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"parent": "allomancy:main/metallurgist", | ||
"criteria": { | ||
"nugget_kill": { | ||
"conditions": { | ||
"killing_blow": { | ||
"tags": [ | ||
{ | ||
"expected": true, | ||
"id": "allomancy:is_coin_hit" | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:player_killed_entity" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.coinshot.desc" | ||
}, | ||
"icon": { | ||
"item": "allomancy:coin_bag" | ||
}, | ||
"title": { | ||
"translate": "advancements.coinshot.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"nugget_kill" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
290 changes: 290 additions & 0 deletions
290
src/generated/resources/data/allomancy/advancements/main/metallic_collector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,290 @@ | ||
{ | ||
"parent": "allomancy:main/metallurgist", | ||
"criteria": { | ||
"has_aluminum_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:aluminum_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_bendalloy_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:bendalloy_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_brass_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:brass_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_bronze_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:bronze_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_cadmium_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:cadmium_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_chromium_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:chromium_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_copper_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:copper_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_duralumin_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:duralumin_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_electrum_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:electrum_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_gold_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:gold_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_iron_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:iron_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_lead_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:lead_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_nicrosil_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:nicrosil_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_pewter_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:pewter_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_silver_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:silver_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_steel_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:steel_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_tin_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:tin_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_zinc_flakes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"allomancy:zinc_flakes" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.metallic_collector.desc" | ||
}, | ||
"frame": "challenge", | ||
"icon": { | ||
"item": "allomancy:vial" | ||
}, | ||
"title": { | ||
"translate": "advancements.metallic_collector.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_iron_flakes" | ||
], | ||
[ | ||
"has_steel_flakes" | ||
], | ||
[ | ||
"has_tin_flakes" | ||
], | ||
[ | ||
"has_pewter_flakes" | ||
], | ||
[ | ||
"has_zinc_flakes" | ||
], | ||
[ | ||
"has_brass_flakes" | ||
], | ||
[ | ||
"has_copper_flakes" | ||
], | ||
[ | ||
"has_bronze_flakes" | ||
], | ||
[ | ||
"has_aluminum_flakes" | ||
], | ||
[ | ||
"has_duralumin_flakes" | ||
], | ||
[ | ||
"has_chromium_flakes" | ||
], | ||
[ | ||
"has_nicrosil_flakes" | ||
], | ||
[ | ||
"has_gold_flakes" | ||
], | ||
[ | ||
"has_electrum_flakes" | ||
], | ||
[ | ||
"has_cadmium_flakes" | ||
], | ||
[ | ||
"has_bendalloy_flakes" | ||
], | ||
[ | ||
"has_lead_flakes" | ||
], | ||
[ | ||
"has_silver_flakes" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.0, | ||
"message_id": "allomancy.coin", | ||
"scaling": "when_caused_by_living_non_player" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/allomancy/tags/damage_type/is_coin_hit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"allomancy:coin" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/minecraft/tags/damage_type/is_projectile.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"allomancy:coin" | ||
] | ||
} |
Oops, something went wrong.