Fix annoying issue with LookAt

Add jump scare
This commit is contained in:
2026-02-05 20:10:41 -08:00
parent c6fbc9f553
commit da8c4209d7
18 changed files with 197 additions and 273 deletions

View File

@@ -42,4 +42,36 @@ public partial class DungeonFloorNode : FloorNode
public float ShieldOfHeaven { get; set; }
[Export]
public float GoldSproingy { get; set; }
[ExportGroup("True Route Spawn Rates")]
[Export]
public float TrueSproingy { get; set; }
[Export]
public float TrueMichael { get; set; }
[Export]
public float TrueFilthEater { get; set; }
[Export]
public float TrueSara { get; set; }
[Export]
public float TrueBallos { get; set; }
[Export]
public float TrueChariot { get; set; }
[Export]
public float TrueChinthe { get; set; }
[Export]
public float TrueGreenAmbassador { get; set; }
[Export]
public float TrueRedAmbassador { get; set; }
[Export]
public float TrueSteelAmbassador { get; set; }
[Export]
public float TrueAgniDemon { get; set; }
[Export]
public float TrueAqueosDemon { get; set; }
[Export]
public float TruePalan { get; set; }
[Export]
public float TrueShieldOfHeaven { get; set; }
[Export]
public float TrueGoldSproingy { get; set; }
}