SciCraft/client_pack/kubejs/data/scicraft/advancements/protocol/per_spatium.json

20 lines
No EOL
536 B
JSON

{
"parent": "scicraft:protocol/the_lattice",
"display": {
"icon": { "item": "stellaris:rocket" },
"title": { "text": "Per Spatium" },
"description": { "text": "Launch a rocket. The Flight's data was scattered across the stars." },
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"launch_rocket": {
"trigger": "minecraft:changed_dimension",
"conditions": { "to": "stellaris:moon" }
}
},
"requirements": [["launch_rocket"]],
"rewards": { "experience": 600 }
}