New source found from dndbeyond.com
This commit is contained in:
@@ -124,7 +124,7 @@ export function generateVehicleMeta(vehicle, ruleData) {
|
||||
}
|
||||
let type = VehicleAccessors.getType(vehicle);
|
||||
let typeName = type === null ? '' : RuleDataUtils.getObjectTypeName(type, ruleData);
|
||||
typeName = typeName ? typeName.toLowerCase() : '';
|
||||
typeName = typeName || '';
|
||||
let primaryText = `${size} ${typeName}`.trim();
|
||||
let movementTypesText = VehicleAccessors.getMovementNames(vehicle).join(', ');
|
||||
metaText.push(`${primaryText}${movementTypesText ? ` (${movementTypesText})` : ''}`.trim());
|
||||
|
||||
Reference in New Issue
Block a user