[ogs-changes] dist/java/ogs/items Armor.java,1.1,1.2
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-04 20:38:08
|
Update of /cvsroot/ogs/dist/java/ogs/items
In directory sc8-pr-cvs1:/tmp/cvs-serv9450/java/ogs/items
Modified Files:
Armor.java
Log Message:
See ChangeLog files (Apr 3-4) for details.
Index: Armor.java
===================================================================
RCS file: /cvsroot/ogs/dist/java/ogs/items/Armor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Armor.java 7 Jan 2003 08:02:15 -0000 1.1
--- Armor.java 4 Apr 2003 20:22:55 -0000 1.2
***************
*** 27,31 ****
/**
! * An item worn for protection in combat.
*/
public abstract class Armor extends Item {
--- 27,37 ----
/**
! * An item worn for protection in combat. Armor is typically a suit or
! * partial suit of steel, leather, or other material that is worn over
! * the body. Armor belongs to one of three proficiencies: light,
! * medium, or heavy. The armor proficiency determines the armor
! * proficiency feat required to use it effectively.
! *
! * @see ogs::feats::ArmorProficiency
*/
public abstract class Armor extends Item {
|