From ff7ac4c734c637d6a58b8f775ca9257b55274682 Mon Sep 17 00:00:00 2001 From: Zsolt Molnar Date: Wed, 1 Jan 2025 22:16:10 +0100 Subject: [PATCH] Adjust light output of spell projectiles --- CHANGELOG.md | 1 + .../resources/data/wizards/spells/arcane_bolt.json | 1 + .../resources/data/wizards/spells/arcane_missile.json | 1 + src/main/resources/data/wizards/spells/fire_blast.json | 1 + .../resources/data/wizards/spells/fire_meteor.json | 1 + src/main/resources/data/wizards/spells/fire_wall.json | 10 +++++----- src/main/resources/data/wizards/spells/fireball.json | 1 + src/main/resources/data/wizards/spells/frostbolt.json | 1 + 8 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2753f4f..b3119e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 2.2.1 - Adjust burning duration of Fireball and Scorch spells +- Adjust light output of spell projectiles # 2.2.0 diff --git a/src/main/resources/data/wizards/spells/arcane_bolt.json b/src/main/resources/data/wizards/spells/arcane_bolt.json index 4b1f0e9..9f0219a 100644 --- a/src/main/resources/data/wizards/spells/arcane_bolt.json +++ b/src/main/resources/data/wizards/spells/arcane_bolt.json @@ -30,6 +30,7 @@ "projectile": { "homing_angle": 1.0, "client_data": { + "light_level": 10, "travel_particles": [ { "particle_id": "spell_engine:arcane_spell", diff --git a/src/main/resources/data/wizards/spells/arcane_missile.json b/src/main/resources/data/wizards/spells/arcane_missile.json index dadd668..9655954 100644 --- a/src/main/resources/data/wizards/spells/arcane_missile.json +++ b/src/main/resources/data/wizards/spells/arcane_missile.json @@ -40,6 +40,7 @@ "pierce": 2 }, "client_data": { + "light_level": 12, "travel_particles": [ { "particle_id": "spell_engine:arcane_spell", diff --git a/src/main/resources/data/wizards/spells/fire_blast.json b/src/main/resources/data/wizards/spells/fire_blast.json index 10dabbb..9a403b5 100644 --- a/src/main/resources/data/wizards/spells/fire_blast.json +++ b/src/main/resources/data/wizards/spells/fire_blast.json @@ -34,6 +34,7 @@ "projectile": { "homing_angle": 1.0, "client_data": { + "light_level": 12, "travel_particles": [ { "particle_id": "spell_engine:flame_spark", diff --git a/src/main/resources/data/wizards/spells/fire_meteor.json b/src/main/resources/data/wizards/spells/fire_meteor.json index 180b621..534fbd5 100644 --- a/src/main/resources/data/wizards/spells/fire_meteor.json +++ b/src/main/resources/data/wizards/spells/fire_meteor.json @@ -35,6 +35,7 @@ }, "projectile": { "client_data": { + "light_level": 12, "travel_particles": [ { "particle_id": "spell_engine:flame", diff --git a/src/main/resources/data/wizards/spells/fire_wall.json b/src/main/resources/data/wizards/spells/fire_wall.json index a2f6e9c..dad7db0 100644 --- a/src/main/resources/data/wizards/spells/fire_wall.json +++ b/src/main/resources/data/wizards/spells/fire_wall.json @@ -47,7 +47,7 @@ ] }, "client_data": { - "light_level": 12, + "light_level": 15, "particles": [ { "particle_id": "spell_engine:flame_ground", @@ -128,7 +128,7 @@ "apply_yaw": true }, "client_data": { - "light_level": 12, + "light_level": 15, "particles": [ { "particle_id": "spell_engine:flame_ground", @@ -209,7 +209,7 @@ ] }, "client_data": { - "light_level": 12, + "light_level": 15, "particles": [ { "particle_id": "spell_engine:flame_ground", @@ -290,7 +290,7 @@ ] }, "client_data": { - "light_level": 12, + "light_level": 15, "particles": [ { "particle_id": "spell_engine:flame_ground", @@ -371,7 +371,7 @@ ] }, "client_data": { - "light_level": 12, + "light_level": 15, "particles": [ { "particle_id": "spell_engine:flame_ground", diff --git a/src/main/resources/data/wizards/spells/fireball.json b/src/main/resources/data/wizards/spells/fireball.json index e2bad8e..ff6f667 100644 --- a/src/main/resources/data/wizards/spells/fireball.json +++ b/src/main/resources/data/wizards/spells/fireball.json @@ -34,6 +34,7 @@ "projectile": { "homing_angle": 1.0, "client_data": { + "light_level": 12, "travel_particles": [ { "particle_id": "spell_engine:flame", diff --git a/src/main/resources/data/wizards/spells/frostbolt.json b/src/main/resources/data/wizards/spells/frostbolt.json index 64c413a..ae48d3c 100644 --- a/src/main/resources/data/wizards/spells/frostbolt.json +++ b/src/main/resources/data/wizards/spells/frostbolt.json @@ -39,6 +39,7 @@ "bounce": 2 }, "client_data": { + "light_level": 12, "travel_particles": [ { "particle_id": "spell_engine:snowflake",