瀏覽代碼

Preparing for what will be needed..

Beoran 9 年之前
父節點
當前提交
2e9163ac15
共有 13 個文件被更改,包括 9 次插入0 次删除
  1. 0 0
      lib/woe/affects.rb
  2. 0 0
      lib/woe/art.rb
  3. 9 0
      lib/woe/being.rb
  4. 0 0
      lib/woe/equipment.rb
  5. 0 0
      lib/woe/exit.rb
  6. 0 0
      lib/woe/inventory.rb
  7. 0 0
      lib/woe/item.rb
  8. 0 0
      lib/woe/profession.rb
  9. 0 0
      lib/woe/room.rb
  10. 0 0
      lib/woe/skill.rb
  11. 0 0
      lib/woe/technique.rb
  12. 0 0
      lib/woe/world.rb
  13. 0 0
      lib/woe/zone.rb

+ 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