Apply different damage amounts to different materials

This commit is contained in:
2025-10-24 10:08:36 +01:00
parent b2265297b5
commit 9a3c642684
4 changed files with 72 additions and 65 deletions
+1
View File
@@ -6,6 +6,7 @@ module Dodge.Data.Material where
import Data.Aeson
import Data.Aeson.TH
-- consider having external and internal materials in some manner
data Material
= Wood
| Dirt