> For the complete documentation index, see [llms.txt](https://whitepaper.mintofdestiny.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains/witches.md).

# Witches

```

> hashlips_art_engine@1.1.1 rarity
> node utils/rarity.js

Trait type: Background
{
  trait: 'Cemetary',
  weight: '25',
  occurrence: '5 in 100 editions (5.00 %)'
}
{
  trait: 'Crypt',
  weight: '25',
  occurrence: '7 in 100 editions (7.00 %)'
}
{
  trait: 'Dark Forest',
  weight: '50',
  occurrence: '11 in 100 editions (11.00 %)'
}
{
  trait: 'Dragon Den',
  weight: '25',
  occurrence: '5 in 100 editions (5.00 %)'
}
{
  trait: 'Dungeon',
  weight: '25',
  occurrence: '5 in 100 editions (5.00 %)'
}
{
  trait: 'Ice Castle',
  weight: '50',
  occurrence: '10 in 100 editions (10.00 %)'
}
{
  trait: 'Mountains',
  weight: '50',
  occurrence: '15 in 100 editions (15.00 %)'
}
{
  trait: 'Swamp',
  weight: '50',
  occurrence: '12 in 100 editions (12.00 %)'
}
{
  trait: 'Volcano',
  weight: '50',
  occurrence: '8 in 100 editions (8.00 %)'
}
{
  trait: 'Waterfall',
  weight: '50',
  occurrence: '11 in 100 editions (11.00 %)'
}
{
  trait: 'Woods',
  weight: '50',
  occurrence: '11 in 100 editions (11.00 %)'
}

Trait type: Character
{
  trait: 'Alexandria',
  weight: '40',
  occurrence: '13 in 100 editions (13.00 %)'
}
{
  trait: 'Baphomay',
  weight: '10',
  occurrence: '4 in 100 editions (4.00 %)'
}
{
  trait: 'Darkness',
  weight: '30',
  occurrence: '10 in 100 editions (10.00 %)'
}
{
  trait: 'Dracona',
  weight: '20',
  occurrence: '5 in 100 editions (5.00 %)'
}
{
  trait: 'Emerash',
  weight: '40',
  occurrence: '10 in 100 editions (10.00 %)'
}
{
  trait: 'Estra',
  weight: '40',
  occurrence: '12 in 100 editions (12.00 %)'
}
{
  trait: 'Freya',
  weight: '40',
  occurrence: '14 in 100 editions (14.00 %)'
}
{
  trait: 'HallowsPrey',
  weight: '30',
  occurrence: '12 in 100 editions (12.00 %)'
}
{
  trait: 'Quake',
  weight: '20',
  occurrence: '9 in 100 editions (9.00 %)'
}
{
  trait: 'Sasha',
  weight: '30',
  occurrence: '11 in 100 editions (11.00 %)'
}

Trait type: Type
{
  trait: 'Witch',
  weight: '1',
  occurrence: '100 in 100 editions (100.00 %)'
}

Trait type: Emblem
{
  trait: 'Bubblegum',
  weight: '100',
  occurrence: '11 in 100 editions (11.00 %)'
}
{
  trait: 'Dot Eater',
  weight: '100',
  occurrence: '20 in 100 editions (20.00 %)'
}
{
  trait: 'FPS',
  weight: '50',
  occurrence: '5 in 100 editions (5.00 %)'
}
{
  trait: 'Fire',
  weight: '50',
  occurrence: '8 in 100 editions (8.00 %)'
}
{
  trait: 'GTA',
  weight: '100',
  occurrence: '15 in 100 editions (15.00 %)'
}
{
  trait: 'SNES',
  weight: '100',
  occurrence: '18 in 100 editions (18.00 %)'
}
{
  trait: 'Space',
  weight: '100',
  occurrence: '18 in 100 editions (18.00 %)'
}
{
  trait: 'Terminal',
  weight: '75',
  occurrence: '5 in 100 editions (5.00 %)'
}

Trait type: Sticker
{
  trait: 'None',
  weight: '500',
  occurrence: '100 in 100 editions (100.00 %)'
}

Trait type: Level
{
  trait: 'Level 10',
  weight: '10',
  occurrence: '22 in 100 editions (22.00 %)'
}
{
  trait: 'Level 11',
  weight: '5',
  occurrence: '13 in 100 editions (13.00 %)'
}
{
  trait: 'Level 9',
  weight: '20',
  occurrence: '65 in 100 editions (65.00 %)'
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains/witches.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
