@@ -33,17 +33,17 @@ export class JournalInventoryComponent {
private weightModifier: number = 15;
private speciesWeightModifierTable: any = {
- Dwarf: 15,
- Elf: 15,
- Eladrin: 15,
- HalfElf: 15,
- HalfElfDetection: 15,
- HalfOrc: 15,
- Human: 15,
+ dwarf: 15,
+ elf: 15,
+ eladrin: 15,
+ halfElf: 15,
+ halfElfDetection: 15,
+ halfOrc: 15,
+ human: 15,
Halfling: 7.5,
- Gnome: 7.5,
- Orc: 15,
- Tiefling: 15,
+ gnome: 7.5,
+ orc: 15,
+ tiefling: 15,
};
constructor(