# Properties

Properties are settings that can be added to custom mobs. A mob property may be related to one or more mob types.

**You can set a mob property by using the following command:**

```
/bloodmoon mob set <property> <mobname> <value>
```

### Available properties

| Property        | Values     | Mob Type              | Description                                                 |
| --------------- | ---------- | --------------------- | ----------------------------------------------------------- |
| name            | any text   | all                   | Sets the display name of the mob                            |
| size            | numeric    | slime, magma cube     | Sets the size of the mob                                    |
| spawnchance     | comma      | all                   | Sets the chance for spawning the mob                        |
| powered         | true/false | creeper               | Sets a creeper to a charged state                           |
| lifecycle       | lifecycle  | all                   | Sets a life-cycle of a custom mob                           |
| health          | comma      | all                   | Sets the health of a custom mob                             |
| glowing         | true/false | all                   | Sets a glow effect on the custom mob                        |
| explosionradius | numeric    | creeper               | Sets the explosion radius of a custom creeper               |
| baby            | true/false | zombie, wolf, etc ... | Sets the custom mob as a baby                               |
| angry           | true/false | wolf                  | Sets the custom mob to spawn angry                          |
| damage          | comma      | all                   | Sets the damage done by the mob                             |
| boss            | true/false | all                   | Indicates if the mob is a boss or not                       |
| mythicmob       | any text   | all                   | Set the entity to be replaced with the specified mythic mob |
| surface-spawn   | true/false | all                   | Force the mob to spawn on the surface                       |


---

# Agent Instructions: 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:

```
GET https://bloodmoon.pseudonova.com/mobs/properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
