Sets player character information @param attr which attribute to set @param value the value to set it to
(PCStringKey attr, String value)
| 671 | * @param value the value to set it to |
| 672 | */ |
| 673 | public void setPCAttribute(PCStringKey attr, String value) |
| 674 | { |
| 675 | setStringFor(attr, value); |
| 676 | } |
| 677 | |
| 678 | /** |
| 679 | * Set the current EquipSet that is used to Bonus/Equip calculations. |