@aige/core
Version:
AI Game Engine
82 lines (81 loc) • 2.55 kB
TypeScript
declare const _default: {
type: string;
required: string[];
properties: {
emoji: {
type: string;
description: string;
};
name: {
type: string;
description: string;
};
description: {
type: string;
description: string;
};
completed: {
type: string;
description: string;
};
reward: {
type: string;
description: string;
properties: {
inventory: {
type: string;
description: string;
minItems: number;
maxItems: number;
uniqueItems: boolean;
items: {
type: string;
properties: {
name: {
type: string;
description: string;
};
description: {
type: string;
description: string;
};
value: {
type: string;
description: string;
};
weight: {
type: string;
description: string;
};
rarity: {
type: string;
description: string;
};
type: {
type: string;
description: string;
};
consumable: {
type: string;
description: string;
};
};
};
};
money: {
type: string;
description: string;
};
experience: {
type: string;
description: string;
};
reputation: {
type: string;
description: string;
};
};
};
};
};
export default _default;