File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ class ItemStack(Model):
5353# * Items
5454# ----------------------------------------------------------------------------------------------------
5555ITEMS = [
56- # Weapons
56+ # ----------------------------------------------------------------------------------------------------
57+ # * Weapon Equippables
58+ # ----------------------------------------------------------------------------------------------------
5759 Item (
5860 id = "dagger" ,
5961 name = "Dagger" ,
@@ -150,7 +152,9 @@ class ItemStack(Model):
150152 speed_bonus = 1 ,
151153 price = 35000 ,
152154 ),
153- # Armor
155+ # ----------------------------------------------------------------------------------------------------
156+ # * Armor Equippables
157+ # ----------------------------------------------------------------------------------------------------
154158 Item (
155159 id = "shield" ,
156160 name = "Shield" ,
@@ -198,7 +202,9 @@ class ItemStack(Model):
198202 speed_bonus = - 1 ,
199203 price = 45000 ,
200204 ),
201- # Footwear
205+ # ----------------------------------------------------------------------------------------------------
206+ # * Footwear Equippables
207+ # ----------------------------------------------------------------------------------------------------
202208 Item (
203209 id = "sandals" ,
204210 name = "Sandals" ,
@@ -233,7 +239,9 @@ class ItemStack(Model):
233239 defense_bonus = 1 ,
234240 price = 30000 ,
235241 ),
236- # Consumables
242+ # ----------------------------------------------------------------------------------------------------
243+ # * Consumables
244+ # ----------------------------------------------------------------------------------------------------
237245 Item (
238246 id = "potion" ,
239247 name = "Potion" ,
You can’t perform that action at this time.
0 commit comments