فهرست منبع

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