cricket.json 700 Bytes
{
    "name": "cricket",
    "desc": "A small green chirping insect with large legs suited for jumping.",
    "aa": "1d2",
    "mpr": 0.25,
    "star": 0.4,
    "spawn": {
        "hp": "2d2",
        "mp": "10",
        "sta": "10"
    },
    "say": [
        "A cricket quietly chirps",
        "A cricket moves quietly"
    ],
    "sp": [
        {"name": "zap", "cost":5, "dmg": "2d4", "desc": "The cricket magically sparks lightning by rubbing its legs together"}
    ],
    "at": [
        {"name": "kick", "cost":5, "dmg": "2d4", "desc": "The cricket kicks with powerful legs"},
        {"name": "antenna tickle", "cost":2, "dmg": "1d3", "desc": "The cricket brushes you with antenna"}
    ]
}