Skip to content

Commit

Permalink
Adjust light output of spell projectiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 1, 2025
1 parent 42adde4 commit ff7ac4c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 2.2.1

- Adjust burning duration of Fireball and Scorch spells
- Adjust light output of spell projectiles

# 2.2.0

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/data/wizards/spells/arcane_bolt.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"projectile": {
"homing_angle": 1.0,
"client_data": {
"light_level": 10,
"travel_particles": [
{
"particle_id": "spell_engine:arcane_spell",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/data/wizards/spells/arcane_missile.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"pierce": 2
},
"client_data": {
"light_level": 12,
"travel_particles": [
{
"particle_id": "spell_engine:arcane_spell",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/data/wizards/spells/fire_blast.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"projectile": {
"homing_angle": 1.0,
"client_data": {
"light_level": 12,
"travel_particles": [
{
"particle_id": "spell_engine:flame_spark",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/data/wizards/spells/fire_meteor.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"projectile": {
"client_data": {
"light_level": 12,
"travel_particles": [
{
"particle_id": "spell_engine:flame",
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/data/wizards/spells/fire_wall.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]
},
"client_data": {
"light_level": 12,
"light_level": 15,
"particles": [
{
"particle_id": "spell_engine:flame_ground",
Expand Down Expand Up @@ -128,7 +128,7 @@
"apply_yaw": true
},
"client_data": {
"light_level": 12,
"light_level": 15,
"particles": [
{
"particle_id": "spell_engine:flame_ground",
Expand Down Expand Up @@ -209,7 +209,7 @@
]
},
"client_data": {
"light_level": 12,
"light_level": 15,
"particles": [
{
"particle_id": "spell_engine:flame_ground",
Expand Down Expand Up @@ -290,7 +290,7 @@
]
},
"client_data": {
"light_level": 12,
"light_level": 15,
"particles": [
{
"particle_id": "spell_engine:flame_ground",
Expand Down Expand Up @@ -371,7 +371,7 @@
]
},
"client_data": {
"light_level": 12,
"light_level": 15,
"particles": [
{
"particle_id": "spell_engine:flame_ground",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/data/wizards/spells/fireball.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"projectile": {
"homing_angle": 1.0,
"client_data": {
"light_level": 12,
"travel_particles": [
{
"particle_id": "spell_engine:flame",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/data/wizards/spells/frostbolt.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"bounce": 2
},
"client_data": {
"light_level": 12,
"travel_particles": [
{
"particle_id": "spell_engine:snowflake",
Expand Down

0 comments on commit ff7ac4c

Please sign in to comment.