暂存
This commit is contained in:
13
Source/WulaFallenEmpire/Verb/VerbProperties_Excalibur.cs
Normal file
13
Source/WulaFallenEmpire/Verb/VerbProperties_Excalibur.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Verse;
|
||||
using RimWorld;
|
||||
|
||||
namespace WulaFallenEmpire
|
||||
{
|
||||
public class VerbProperties_Excalibur : VerbProperties
|
||||
{
|
||||
public float pathWidth = 1f; // Default path width
|
||||
public DamageDef damageDef; // Custom damage type
|
||||
public float damageAmount = -1f; // Custom damage amount
|
||||
public float armorPenetration = -1f; // Custom armor penetration
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user