XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

DeathMod

【Terraria】DeathMod (now aka Soul Harvest)

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/DeathMod

修正领域每级范围成长

b68aa69
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

1 个文件 +1 -1
Modified Items/DeathNecklace.cs +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 [