1
This commit is contained in:
@@ -536,7 +536,6 @@ export function RpgCreationRoleAssetStudioModal({
|
||||
motivation: role.motivation,
|
||||
combatStyle: role.combatStyle,
|
||||
tags: role.tags,
|
||||
templateCharacterId: role.templateCharacterId,
|
||||
imageSrc: role.imageSrc,
|
||||
generatedVisualAssetId: role.generatedVisualAssetId,
|
||||
generatedAnimationSetId: role.generatedAnimationSetId,
|
||||
@@ -558,7 +557,6 @@ export function RpgCreationRoleAssetStudioModal({
|
||||
role.role,
|
||||
role.sceneVisualDescription,
|
||||
role.tags,
|
||||
role.templateCharacterId,
|
||||
role.title,
|
||||
role.visualDescription,
|
||||
],
|
||||
@@ -610,11 +608,7 @@ export function RpgCreationRoleAssetStudioModal({
|
||||
useRoleAnimationWorkflow();
|
||||
|
||||
const selectedTemplate =
|
||||
roleKind === 'playable' && workingRole.templateCharacterId
|
||||
? (ROLE_TEMPLATE_CHARACTERS.find(
|
||||
(character) => character.id === workingRole.templateCharacterId,
|
||||
) ?? null)
|
||||
: null;
|
||||
roleKind === 'playable' ? (ROLE_TEMPLATE_CHARACTERS[0] ?? null) : null;
|
||||
const characterBriefText = useMemo(
|
||||
() =>
|
||||
buildRoleCharacterBrief(
|
||||
|
||||
Reference in New Issue
Block a user