Browse Source

Preparing for what will be needed..

Beoran 8 years ago
parent
commit
2e9163ac15

+ 0 - 0
lib/woe/affects.rb


+ 0 - 0
lib/woe/art.rb


+ 9 - 0
lib/woe/being.rb

@@ -42,9 +42,18 @@ module Woe
     # Skills array
     serdes_reader   :skills
     
+    # Arts array
+    serdes_reader   :arts
+    
     # Affects array
     serdes_reader   :affects
     
+    # Equipment array
+    serdes_reader   :equipment
+    
+    # Inventory
+    serdes_reader   :inventory
+    
     # Derived stats 
     def force
       return (strength * 2 + wisdom) / 3

+ 0 - 0
lib/woe/equipment.rb


+ 0 - 0
lib/woe/exit.rb


+ 0 - 0
lib/woe/inventory.rb


+ 0 - 0
lib/woe/item.rb


+ 0 - 0
lib/woe/profession.rb


+ 0 - 0
lib/woe/room.rb


+ 0 - 0
lib/woe/skill.rb


+ 0 - 0
lib/woe/technique.rb


+ 0 - 0
lib/woe/world.rb


+ 0 - 0
lib/woe/zone.rb