返回提交历史
Modified
Items/DeathNecklace.cs
+1
-1
XFEstudio/DeathMod
修正领域每级范围成长
b68aa69
代码差异
1 个文件
+1
-1
@@ -16,7 +16,7 @@ public class DeathNecklace : ModItem, IDeathAltarUpgradeable
16
16
{
17
17
public const int MaxCoreLevel = 10;
18
18
public const int MaxVolleyLevel = 5;
19
public const float RadiusGrowthPerLevel = 10f;
19
public const float RadiusGrowthPerLevel = 42f;
20
20
21
21
private static readonly DeathAltarUpgradeType[] UpgradeTypes =
22
22
[