-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
ffa9438
commit d107403
Showing
19 changed files
with
277 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...hdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/apply_dreamy_diet.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,16 @@ | ||
{ | ||
"cast_delay_ms": 1000, | ||
"description": { | ||
"text": "Extended Diet" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:run_function": [ | ||
{ | ||
"function": "mirthdew_encore:apply_dreamy_diet" | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 1200, | ||
"recharge_delay_ms": 5000 | ||
} |
16 changes: 16 additions & 0 deletions
16
...ata/mirthdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/celebrate.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,16 @@ | ||
{ | ||
"cast_delay_ms": 800, | ||
"description": { | ||
"text": "Celebrate" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:run_function": [ | ||
{ | ||
"function": "mirthdew_encore:celebrate" | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 20, | ||
"recharge_delay_ms": 0 | ||
} |
16 changes: 16 additions & 0 deletions
16
...mirthdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/conjure_token.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,16 @@ | ||
{ | ||
"cast_delay_ms": 500, | ||
"description": { | ||
"text": "Conjure Token" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:run_function": [ | ||
{ | ||
"function": "mirthdew_encore:conjure_token" | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 40, | ||
"recharge_delay_ms": 500 | ||
} |
20 changes: 20 additions & 0 deletions
20
...hdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/fire_balloon_bomb.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,20 @@ | ||
{ | ||
"cast_delay_ms": 350, | ||
"description": { | ||
"text": "Lob Balloon Bomb" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:fire_entity": [ | ||
{ | ||
"entity": [ | ||
"sinister-circus:balloon_bomb" | ||
], | ||
"speed": 1.2, | ||
"divergence": 1.0 | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 75, | ||
"recharge_delay_ms": 600 | ||
} |
20 changes: 20 additions & 0 deletions
20
...ew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/fire_banana_blaster.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,20 @@ | ||
{ | ||
"cast_delay_ms": 200, | ||
"description": { | ||
"text": "Bonzi Banana Blast" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:fire_entity": [ | ||
{ | ||
"entity": [ | ||
"bonzibuddy:bananablaster" | ||
], | ||
"speed": 1.4, | ||
"divergence": 1.2 | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 25, | ||
"recharge_delay_ms": 300 | ||
} |
20 changes: 20 additions & 0 deletions
20
...irthdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/fire_pipe_bomb.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,20 @@ | ||
{ | ||
"cast_delay_ms": 50, | ||
"description": { | ||
"text": "Deliverance: Pipe Bomb" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:fire_entity": [ | ||
{ | ||
"entity": [ | ||
"bombastic:pipe_bomb" | ||
], | ||
"speed": 0.85, | ||
"divergence": 4.0 | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 45, | ||
"recharge_delay_ms": 750 | ||
} |
20 changes: 20 additions & 0 deletions
20
...irthdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/fire_the_funny.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,20 @@ | ||
{ | ||
"cast_delay_ms": 250, | ||
"description": { | ||
"text": "Maximal Humour : Eject The Funny" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:fire_entity": [ | ||
{ | ||
"entity": [ | ||
"honque:hr_complaint" | ||
], | ||
"speed": 1.3, | ||
"divergence": 3.0 | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 750, | ||
"recharge_delay_ms": 4500 | ||
} |
16 changes: 16 additions & 0 deletions
16
...irthdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/forgotten_card.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,16 @@ | ||
{ | ||
"cast_delay_ms": 777, | ||
"description": { | ||
"text": "XVII ~ ???" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:run_function": [ | ||
{ | ||
"function": "mirthdew_encore:activate" | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 77, | ||
"recharge_delay_ms": 7777 | ||
} |
16 changes: 16 additions & 0 deletions
16
.../mirthdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/the_magician.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,16 @@ | ||
{ | ||
"cast_delay_ms": 1000, | ||
"description": { | ||
"text": "I ~ The Magician" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:run_function": [ | ||
{ | ||
"function": "mirthdew_encore:grant_magician_shard" | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 33333, | ||
"recharge_delay_ms": 5000 | ||
} |
16 changes: 16 additions & 0 deletions
16
...ta/mirthdew_carnival_datapack/data/mf_carnival/mirthdew_encore/card_spell/trash_user.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,16 @@ | ||
{ | ||
"cast_delay_ms": 1000, | ||
"description": { | ||
"text": "Polymorph: Garbage" | ||
}, | ||
"effects": { | ||
"mirthdew_encore:run_function": [ | ||
{ | ||
"function": "mirthdew_encore:trash_user" | ||
} | ||
] | ||
}, | ||
"input_count": 0, | ||
"mirth_cost": 1, | ||
"recharge_delay_ms": 1000 | ||
} |
5 changes: 5 additions & 0 deletions
5
...nloader/data/mirthdew_carnival_datapack/data/mirthdew_encore/function/activate.mcfunction
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 @@ | ||
# function mirthdew_encore:activate | ||
execute as @n[tag=mirthdew_encore_activation_marker] at @s run fill ~ ~ ~ ~ ~ ~ minecraft:redstone_block replace minecraft:gold_block | ||
tellraw @s {"text":"A Passage Is Opened...","italic":true,"color":"gray"} | ||
playsound minecraft:block.iron_door.open master @s ~ ~ ~ 1 0 1 | ||
playsound minecraft:block.sculk_shrieker.shriek |
4 changes: 4 additions & 0 deletions
4
...ata/mirthdew_carnival_datapack/data/mirthdew_encore/function/apply_dreamy_diet.mcfunction
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,4 @@ | ||
# function mirthdew_encore:apply_dreamy_diet | ||
effect give @s mirthdew_encore:dreamy_diet 900 1 true | ||
playsound minecraft:block.brewing_stand.brew | ||
particle minecraft:entity_effect{color:-16040336} ~ ~0.6 ~ 0 0.3 0 1 50 |
4 changes: 4 additions & 0 deletions
4
...loader/data/mirthdew_carnival_datapack/data/mirthdew_encore/function/celebrate.mcfunction
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,4 @@ | ||
# function mirthdew_encore:celebrate | ||
playsound honque:compat/confetti | ||
particle confetti:confetti ~ ~ ~ 0 0 0 0.5 200 | ||
particle bombastic:confetti ~ ~ ~ 0 0 0 0.1 130 |
6 changes: 6 additions & 0 deletions
6
...er/data/mirthdew_carnival_datapack/data/mirthdew_encore/function/conjure_token.mcfunction
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,6 @@ | ||
# function mirthdew_encore:conjure_token | ||
give @s terrifictickets:token 1 | ||
particle minecraft:happy_villager ~ ~2.5 ~ 0.4 0.4 0.4 1 10 | ||
particle minecraft:witch ~ ~ ~ 0.3 0.2 0.3 1 20 | ||
particle minecraft:enchant ~ ~0.5 ~ 1 1 1 0.4 50 | ||
playsound terrifictickets:token_accept |
5 changes: 5 additions & 0 deletions
5
.../mirthdew_carnival_datapack/data/mirthdew_encore/function/grant_magician_shard.mcfunction
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 @@ | ||
# function mirthdew_encore:grant_magician_shard | ||
shard collect mirthdew_encore:mf_carnival_magician | ||
particle minecraft:witch ~ ~0.5 ~ 0.5 0.3 0.5 1 400 | ||
particle minecraft:enchant ~ ~1 ~ 1.5 1.5 1.5 0.4 900 | ||
playsound minecraft:entity.player.levelup |
2 changes: 2 additions & 0 deletions
2
...oader/data/mirthdew_carnival_datapack/data/mirthdew_encore/function/trash_user.mcfunction
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,2 @@ | ||
# function mirthdew_encore:trash_user | ||
damage @s 99999 extravaganza:trash |
6 changes: 6 additions & 0 deletions
6
pack/config/openloader/data/mirthdew_carnival_datapack/pack.mcmeta
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,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 48, | ||
"description": "Adds additional Spell Cards for Modfest Carnival" | ||
} | ||
} |
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
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