乌拉自己找吃的

This commit is contained in:
2025-07-21 19:01:33 +08:00
parent 885d2f7ad7
commit 0f24b38d71
17 changed files with 182 additions and 39 deletions

View File

@@ -39,6 +39,7 @@ namespace WulaFallenEmpire
public bool applyDamageToExplosionCellsNeighbors = true;
public float chanceToStartFire = 0f;
public bool damageFalloff = true;
public float screenShakeFactor = 0f; // 新增:屏幕震动因子
public VerbPropertiesExplosiveBeam()
{
@@ -46,4 +47,4 @@ namespace WulaFallenEmpire
verbClass = typeof(Verb_ShootBeamExplosive);
}
}
}
}