1
This commit is contained in:
@@ -17,12 +17,6 @@ export type AttributeVector = Record<string, number>;
|
||||
export interface WorldAttributeSlot {
|
||||
slotId: WorldAttributeSlotId;
|
||||
name: string;
|
||||
definition: string;
|
||||
positiveSignals: string[];
|
||||
negativeSignals: string[];
|
||||
combatUseText: string;
|
||||
socialUseText: string;
|
||||
explorationUseText: string;
|
||||
}
|
||||
|
||||
export interface WorldAttributeSchema {
|
||||
@@ -36,7 +30,6 @@ export interface WorldAttributeSchema {
|
||||
tone: string;
|
||||
conflictCore: string;
|
||||
};
|
||||
schemaName?: string;
|
||||
slots: WorldAttributeSlot[];
|
||||
}
|
||||
|
||||
@@ -155,6 +148,5 @@ export interface AttributeSchemaGenerationInput {
|
||||
}
|
||||
|
||||
export interface AttributeSchemaGenerationOutput {
|
||||
schemaName: string;
|
||||
slots: WorldAttributeSlot[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user