Add non working achievements
This commit is contained in:
parent
78f9b80861
commit
24e5854d8c
11 changed files with 249 additions and 101 deletions
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"parent": "minecraft:new_soviet/root",
|
||||
"criteria": {
|
||||
"rolled_100": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"tag": "new_soviet:dice"
|
||||
},
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:player",
|
||||
"type_specific": {
|
||||
"type": "player",
|
||||
"stats": [
|
||||
{
|
||||
"type": "minecraft:custom",
|
||||
"stat": "minecraft:roll_dice",
|
||||
"value": {
|
||||
"min": 100
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:using_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/adventure.png",
|
||||
"description": {
|
||||
"translate": "advancement.new_soviet.gambler.desc"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "new_soviet:dice_d6"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancement.new_soviet.gambler.name"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"rolled_100"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"parent": "minecraft:new_soviet/gambler",
|
||||
"criteria": {
|
||||
"rolled_100_perfect": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"tag": "new_soviet:dice"
|
||||
},
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:player",
|
||||
"type_specific": {
|
||||
"type": "player",
|
||||
"stats": [
|
||||
{
|
||||
"type": "minecraft:custom",
|
||||
"stat": "minecraft:roll_perfect_dice",
|
||||
"value": {
|
||||
"min": 100
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:using_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/adventure.png",
|
||||
"description": {
|
||||
"translate": "advancement.new_soviet.lucky_throw.desc"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "new_soviet:dice_d4"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancement.new_soviet.lucky_throw.name"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"rolled_100_perfect"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"parent": "minecraft:new_soviet/gambler",
|
||||
"criteria": {
|
||||
"rolled_1000": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"tag": "new_soviet:dice"
|
||||
},
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:player",
|
||||
"type_specific": {
|
||||
"type": "player",
|
||||
"stats": [
|
||||
{
|
||||
"type": "minecraft:custom",
|
||||
"stat": "minecraft:roll_dice",
|
||||
"value": {
|
||||
"min": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:using_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/adventure.png",
|
||||
"description": {
|
||||
"translate": "advancement.new_soviet.serious_addiction.desc"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "new_soviet:dice_d20"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancement.new_soviet.serious_addiction.name"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"rolled_1000"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue