Added glow to elements

This commit is contained in:
Мастер Угвей 2024-11-09 10:45:37 +02:00 committed by GitHub
parent a1ffcad319
commit a0012794ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ elements.salvador_powder = {
stateHigh: "salvador_water",
tempLow: -7,
stateLow: "god_ray",
glow: true,
reactions: {
"rad_cloud": { "elem1": "bless" },
"cloud": { "elem1": "ozone", "chance": 0.2 },
@ -72,6 +73,7 @@ elements.salvador_water = {
tempLow: 53.5,
stateLow: "salvador_powder",
density: 26,
glow: true,
reactions: {
"rad_cloud": { "elem1": "bless" },
"cloud": { "elem1": "ozone", "chance": 0.2 },