various xenoarch adjustments (#12677)
* magboots can now activate magnet artifacts * more shit * Update artifact_analyzer.yml * Update item_artifacts.yml
This commit is contained in:
@@ -11,4 +11,11 @@ public sealed class ArtifactMagnetTriggerComponent : Component
|
||||
/// </summary>
|
||||
[DataField("range")]
|
||||
public float Range = 40f;
|
||||
|
||||
/// <summary>
|
||||
/// How close do active magboots have to be?
|
||||
/// This is smaller because they are weaker magnets
|
||||
/// </summary>
|
||||
[DataField("magbootRange")]
|
||||
public float MagbootRange = 2f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user