Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lala/db/creatures/fantasy.ts>Creature

A collection of random useful (probably) javascript classes and functions.
Go to Latest
interface Creature
import { type Creature } from "https://deno.land/x/lala@v3.1.4/db/creatures/fantasy.ts";

Properties

name: string
plural: string
level: number
affiliation: number
intelligence: number
size: number
body_parts: Record<string, boolean>
magical: boolean
appearance: number