Skip to content

Commit

Permalink
Add advancements and functions for thatskyinteraction's shards, in na…
Browse files Browse the repository at this point in the history
…mespace amekawamiya (teaconmc#256)
  • Loading branch information
LouisQuepierts authored Dec 27, 2024
1 parent 1f3fc2a commit 2f6693c
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 0 deletions.
18 changes: 18 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/attachment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"criteria": {
"unlock": {
"conditions": {
"predicate": {
"node": "root"
}
},
"trigger": "thatskyinteractions:unlock_relationship"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/attachment"
}
}
13 changes: 13 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/fulfilment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"criteria": {
"unlock": {
"trigger": "thatskyinteractions:completed_relationship"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/fulfilment"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/lightseekers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"criteria": {
"unlock": {
"conditions": {
"predicate": {
"amount": 1
}
},
"trigger": "thatskyinteractions:pickup_permanent"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/lightseekers"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/the_light_beyond.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"criteria": {
"unlock": {
"conditions": {
"predicate": {
"amount": 20
}
},
"trigger": "thatskyinteractions:pickup_permanent"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/the_light_beyond"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_fool
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_fortune
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_hermit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_star

0 comments on commit 2f6693c

Please sign in to comment.