Skip to content

Commit

Permalink
use chance 0.075 and mult 0.025 for rare hearts
Browse files Browse the repository at this point in the history
  • Loading branch information
demonlexe committed Aug 20, 2024
1 parent 992098e commit b1eb85b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.03
"chance": 0.075,
"looting_multiplier": 0.025
}
],
"name": "heart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.03
"chance": 0.075,
"looting_multiplier": 0.025
}
],
"name": "heart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.03
"chance": 0.075,
"looting_multiplier": 0.025
}
],
"name": "heart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.03
"chance": 0.075,
"looting_multiplier": 0.025
}
],
"name": "heart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{
"condition": "random_chance_with_looting",
"chance": 0.075,
"looting_multiplier": 0.03
"looting_multiplier": 0.025
}
],
"name": "heart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.03
"chance": 0.075,
"looting_multiplier": 0.025
}
],
"name": "heart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
},
{
"condition": "random_chance_with_looting",
"chance": 0.07,
"looting_multiplier": 0.01
"chance": 0.075,
"looting_multiplier": 0.025
}
],
"name": "heart",
Expand Down

0 comments on commit b1eb85b

Please sign in to comment.