2026-04-18 13:57:19 -04:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2026-05-23 08:27:50 -04:00
|
|
|
namespace Cielonos.MainGame.Inventory.Collections
|
2026-04-18 13:57:19 -04:00
|
|
|
{
|
|
|
|
|
public class SpatialWarpCaliper : PassiveEquipmentBase
|
|
|
|
|
{
|
2026-05-23 08:27:50 -04:00
|
|
|
//增加 (10% + 等级 * 1%) 的攻击射程/范围
|
2026-04-18 13:57:19 -04:00
|
|
|
}
|
|
|
|
|
}
|