Skip to content

Commit

Permalink
underps a derp
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Feb 15, 2019
1 parent 1e1ef1b commit afd01c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions interface/scripted/statWindow/statWindow.config
Original file line number Diff line number Diff line change
Expand Up @@ -212,39 +212,39 @@
"quicksandImmunity" : { "name" : "^yellow;Quick Sand" },
"snowslowImmunity" : { "name" : "^#4BF3FD;Snow [Tile]" },
"slushslowImmunity" : { "name" : "^#4BF3FD;Slush [Tile]" },
"iceslipImmunity" : { "name" : "^#4BF3FD;Ice [Tile]" },
"iceslipImmunity" : { "name" : "^#4BF3FD;Ice [Tile]" },
"fumudslowImmunity" : { "name" : "^brown;Mud [Tile]" },
"fujungleslowImmunity" : { "name" : "^green;Jungle [Tile]" },

"slimefrictionImmunity" : { "name" : "^#61D13F;Slime Bounce" },
"slimestickImmunity" : { "name" : "^#61D13F;Slime [Tile]" },
"slimeImmunity" : { "name" : "^#61D13F;Slime" },
"slimeImmunity" : { "name" : "^#61D13F;Slime" },

// Liquids
"waterbreathProtection" : { "name" : "^blue;Drowning" },
"biooozeImmunity" : { "name" : "^#78f04f;Bio-Ooze" },
"pusImmunity" : { "name" : "^yellow;Pus" },
"biooozeImmunity" : { "name" : "^#78f04f;Bio-Ooze" },
"pusImmunity" : { "name" : "^yellow;Pus" },
"gravrainImmunity" : { "name" : "^gray;Gravity Rain" },
"blacktarImmunity" : { "name" : "^#5B6177;Black Tar" },
"tarImmunity" : { "name" : "^#5B6177;Tar", "skip" : [ "blacktarImmunity" ] },
"tarImmunity" : { "name" : "^#5B6177;Tar", "skip" : [ "blacktarImmunity" ] },

// Fire
"ffextremeheatImmunity" : { "name" : "^#FDBE4B;Heat II" },
"biomeheatImmunity" : { "name" : "^#FDBE4B;Heat I", "skip" : [ "ffextremeheatImmunity" ] },
"lavaImmunity" : { "name" : "^#C83E14;Lava" },
"lavaImmunity" : { "name" : "^#C83E14;Lava" },

// Specific
"sandstormImmunity" : { "name" : "^orange;Sandstorm" },
"breathProtection" : { "name" : "Breath" },
"gasImmunity" : { "name" : "^#D1E160;Gas" },
"stunImmunity" : { "name" : "^gray;Stun" },
"gasImmunity" : { "name" : "^#D1E160;Gas" },
"stunImmunity" : { "name" : "^gray;Stun" },
"asteroidImmunity" : { "name" : "^gray;Asteroids" },
"sulphuricImmunity" : { "name" : "^#ffd800;Sulph. Acid" },
"protoImmunity" : { "name" : "^#78f04f;Proto-Poison" },
"extremepressureProtection" : { "name" : "^gray;Pressure" },
"protoImmunity" : { "name" : "^#78f04f;Proto-Poison" },
"extremepressureProtection" : { "name" : "^gray;Pressure" },
"pressureProtection" : { "name" : "^gray;Pressure", "skip" : [ "extremepressureProtection" ] },
"shadowImmunity" : { "name" : "^#3F2E4D;Shadow" },
"aetherImmunity" : { "name" : "^#E33FFF;Aether" },
"shadowImmunity" : { "name" : "^#3F2E4D;Shadow" },
"aetherImmunity" : { "name" : "^#E33FFF;Aether" },
"insanityImmunity" : { "name" : "^#EA907E;Insanity" },
"darknessImmunity" : { "name" : "^#EA907E;Darkness" },
// Bees
Expand All @@ -256,9 +256,9 @@
"poisonStatusImmunity" : { "name" : "^#D1E160;Poisoning" },
"fireStatusImmunity" : { "name" : "^#FDBE4B;Burning" },
"iceStatusImmunity" : { "name" : "^#4BF3FD;Freeze" },
"electricImmunity" : { "name" : "^#4BF3FD;Lightning" },
"biomeelectricImmunity" : { "name" : "^#4BF3FD;Lightning" },
// Radiation
"ffextremeradiationImmunity" : { "name" : "^yellow;Radiation II" },
"ffextremeradiationImmunity" : { "name" : "^yellow;Radiation II" },
"biomeradiationImmunity" : { "name" : "^yellow;Radiation I", "skip" : [ "ffextremeradiationImmunity" ] },
"radiationburnImmunity" : { "name" : "^yellow;Radiation Burn" }
},
Expand Down
2 changes: 1 addition & 1 deletion species/human.raceeffect
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"stat": "maxFood",
"effectiveMultiplier": 1.3
}
},
{
"stat": "grit",
"amount": 0.2
Expand Down

0 comments on commit afd01c1

Please sign in to comment.