@@ -192,6 +192,8 @@ export interface CustomWorldRoleSkill {
|
||||
name: string;
|
||||
summary: string;
|
||||
style: string;
|
||||
actionPromptText?: string;
|
||||
actionPreviewConfig?: CharacterAnimationConfig;
|
||||
}
|
||||
|
||||
export interface CustomWorldRoleInitialItem {
|
||||
@@ -202,6 +204,13 @@ export interface CustomWorldRoleInitialItem {
|
||||
rarity: ItemRarity;
|
||||
description: string;
|
||||
tags: string[];
|
||||
iconSrc?: string;
|
||||
}
|
||||
|
||||
export interface CustomWorldRoleRelation {
|
||||
id: string;
|
||||
targetRoleId: string;
|
||||
summary: string;
|
||||
}
|
||||
|
||||
export interface CustomWorldRoleProfile {
|
||||
@@ -216,6 +225,7 @@ export interface CustomWorldRoleProfile {
|
||||
combatStyle: string;
|
||||
initialAffinity: number;
|
||||
relationshipHooks: string[];
|
||||
relations?: CustomWorldRoleRelation[];
|
||||
tags: string[];
|
||||
backstoryReveal: CharacterBackstoryRevealConfig;
|
||||
skills: CustomWorldRoleSkill[];
|
||||
|
||||
Reference in New Issue
Block a user