Skip to content

Commit

Permalink
Add fire and frost strengths and weaknesses
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 18, 2025
1 parent f1804ec commit 304fd10
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/data/wizards/spell/fire_blast.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"critical_chance_bonus": 0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/data/wizards/spell/fire_breath.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"critical_chance_bonus": 0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/data/wizards/spell/fire_meteor.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"critical_chance_bonus": 0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/data/wizards/spell/fire_scorch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"critical_chance_bonus": 0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/data/wizards/spell/fire_wall.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,14 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"critical_chance_bonus": 0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/data/wizards/spell/fireball.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"critical_chance_bonus": 0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down
20 changes: 20 additions & 0 deletions src/main/resources/data/wizards/spell/frost_blizzard.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_hurts_extra_types",
"modifier": {
"power_multiplier": 0.3
}
},
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"power_multiplier": -0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand All @@ -83,6 +97,12 @@
}
},
{
"target_conditions": [
{
"entity_type": "#c:bosses",
"allow_action": false
}
],
"action": {
"type": "STATUS_EFFECT",
"status_effect": {
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/data/wizards/spell/frost_nova.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
}
},
{
"target_conditions": [
{
"entity_type": "#c:bosses",
"allow_action": false
}
],
"action": {
"type": "STATUS_EFFECT",
"status_effect": {
Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/data/wizards/spell/frost_shard.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_hurts_extra_types",
"modifier": {
"power_multiplier": 0.3
}
},
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"power_multiplier": -0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/data/wizards/spell/frostbolt.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
},
"impact": [
{
"target_conditions": [
{
"entity_type": "#minecraft:freeze_hurts_extra_types",
"modifier": {
"power_multiplier": 0.3
}
},
{
"entity_type": "#minecraft:freeze_immune_entity_types",
"modifier": {
"power_multiplier": -0.3
}
}
],
"action": {
"type": "DAMAGE",
"damage": {
Expand Down

0 comments on commit 304fd10

Please sign in to comment.