-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Base Value may need to be a double or something to better represent
ddo-calc/subprojects/common/ddo-core/src/main/scala/io/truthencode/ddo/model/item/Item.scala
Line 84 in b496138
| * TODO: Base Value may need to be a double or something to better represent |
* Additional Effects such as enchantments on a Weapon
*/
val effects: List[Effect] = Nil
/**
* //TODO: create set bonus case classes
*/
val setBonus: List[SetItem] = Nil
/**
* Represents monetary in game amount. plat / gold / copper. Low Priority i.e. Base Value: 7pp 5gp
* TODO: Base Value may need to be a double or something to better represent
*/
val baseValue: Option[Coins]
/**
* Weight of item, in pounds i.e. Weight: 2 lbs
*/
val weight: Option[Int]
8c916f520401034d4fbc8ad3a80a6698924a0457