Modding
From Against the Storm Official Wiki
For viewing and extracting game files: https://github.com/Perfare/AssetStudio
Game code can be inspected by opening Against the Storm_Data\Managed\Assembly-CSharp.dll in dnSpy or another assembly editor.
Plugin loader BepInEx can be used with HarmonyX to patch methods at runtime.
See Josiwe's Tutorial for a basic primer.