.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
The Star and the Crescent- Save $9.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 2: The Ascension Wars

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #10  
Old December 13th, 2003, 10:39 AM

Guest
 
Posts: n/a
Default Re: Anyone want to help with the combat simulator?

stats=new String[] {"aprot=9", "def=-1", "enc=2"};
put(new Item("Scale Mail Hauberk", stats, null));

stats=new String[] {"dam=0", "att=0", "def=0", "length=0", "hands=1", "hits=1"};
put(new Weapon("Claw", stats, null));

stats=new String[] {"dam=7", "att=0", "def=0", "length=4", "hands=2", "hits=1"};
put(new Weapon("Trident", stats, null));

stats=new String[] {"dam=9", "att=-1", "def=0", "length=5", "hands=1", "hits=1"};
put(new Weapon("Whip", stats, null)); // Strength of wielder not added to damage.

stats=new String[] {"dam=4", "att=0", "def=0", "length=1", "hands=1", "hits=1"};
put(new Weapon("Mace", stats, null));

stats=new String[] {"dam=2", "att=1", "def=0", "length=0", "hands=1", "hits=1"};
put(new Weapon("Poison Dagger", stats, null));//Strong Poison

stats=new String[] {"dam=2", "att=0", "def=-1", "length=0", "hands=o", "hits=1"};
put(new Weapon("Bite", stats, null));//

stats=new String[] {"dam=2", "att=0", "def=-1", "length=0", "hands=0", "hits=1"};
put(new Weapon("Venomous Fangs", stats, null));//Strong Poison

Erm, here are missile weapon;

stats=new String[] {"dam=5", "att=0", "def=0", "length=0", "hands=1", "hits=1", "aoe=1", "rng=13", "pre=-4", "amm=6"};
put(new Weapon("Poison Sling", stats, null));//Armor Negating, Strength of Wielder not added to damage.

stats=new String[] {"dam=3", "att=0", "def=0", "length=0", "hands=1", "hits=1", "aoe=0", "rng=str", "pre=-2", "amm=3"};
put(new Weapon("Javelin", stats, null));

[ December 13, 2003, 18:09: Message edited by: Zen ]
Reply With Quote
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 11:18 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.