| @@ -3943,7 +3943,8 @@ characterMakers["Tiberius"] = () => { | |||||
| weight: math.unit(800, "lbs"), | weight: math.unit(800, "lbs"), | ||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/tiberius/front.svg" | |||||
| source: "./media/characters/tiberius/front.svg", | |||||
| extra: 2295/2071 | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| @@ -3951,14 +3952,16 @@ characterMakers["Tiberius"] = () => { | |||||
| weight: math.unit(800, "lbs"), | weight: math.unit(800, "lbs"), | ||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/tiberius/back.svg" | |||||
| source: "./media/characters/tiberius/back.svg", | |||||
| extra: 2373/2160 | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(8, "feet") | |||||
| height: math.unit(9, "feet"), | |||||
| default: true | |||||
| } | } | ||||
| ] | ] | ||||
| ) | ) | ||||