Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherae committed Apr 20, 2024
1 parent 1e8875e commit 7c601b3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "blueguardian",
"effectConfig" : {regenRate=0.005},
"effectConfig" : {"regenRate"=0.005},
"defaultDuration" : 5,

"scripts" : [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "greenguardian",
"effectConfig" : {regenRate=0.005},
"effectConfig" : {"regenRate"=0.005},
"defaultDuration" : 5,

"scripts" : [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "isogenguardian",
"effectConfig" : {regenRate=0.005},
"effectConfig" : {"regenRate"=0.005},
"defaultDuration" : 5,

"scripts" : [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "orangeguardian",
"effectConfig" : {regenRate=0.005},
"effectConfig" : {"regenRate"=0.005},
"defaultDuration" : 5,

"scripts" : [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "pinkguardian",
"effectConfig" : {regenRate=0.005},
"effectConfig" : {"regenRate"=0.005},
"defaultDuration" : 5,

"scripts" : [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "xithriciteguardian",
"effectConfig" : {regenRate=0.005},
"effectConfig" : {"regenRate"=0.005},
"defaultDuration" : 5,

"scripts" : [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "yellowguardian",
"effectConfig" : {regenRate=0.005},
"effectConfig" : {"regenRate"=0.005},
"defaultDuration" : 5,

"scripts" : [
Expand Down

0 comments on commit 7c601b3

Please sign in to comment.