parent
378b80bcac
commit
cad4a24109
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:clock"
|
||||
},
|
||||
"title": "Challenge Accepted",
|
||||
"description": "So you managed to stay alive a whole day, not impressed.",
|
||||
"frame": "task",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "canopy:root",
|
||||
"criteria": {
|
||||
"alive_time": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"player": {
|
||||
"player": {
|
||||
"stats": [
|
||||
{
|
||||
"type": "minecraft:custom",
|
||||
"stat": "minecraft:time_since_death",
|
||||
"value": {
|
||||
"min": 24000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:observer"
|
||||
},
|
||||
"title": "Challenge Complete",
|
||||
"description": "Manged 100 days without dying, I guess you're alright.",
|
||||
"frame": "task",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "canopy:challenge_accepted",
|
||||
"criteria": {
|
||||
"alive_time": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"player": {
|
||||
"player": {
|
||||
"stats": [
|
||||
{
|
||||
"type": "minecraft:custom",
|
||||
"stat": "minecraft:time_since_death",
|
||||
"value": {
|
||||
"min": 2400000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:totem_of_undying"
|
||||
},
|
||||
"title": "Timeless",
|
||||
"description": "1,000 days alive? I stand corrected.",
|
||||
"frame": "challenge",
|
||||
"hidden": true,
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "canopy:challenge_complete",
|
||||
"criteria": {
|
||||
"alive_time": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"player": {
|
||||
"player": {
|
||||
"stats": [
|
||||
{
|
||||
"type": "minecraft:custom",
|
||||
"stat": "minecraft:time_since_death",
|
||||
"value": {
|
||||
"min": 24000000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue