17 lines
617 B
Plaintext
17 lines
617 B
Plaintext
# General configs that don't fit any other category.
|
|
general {
|
|
# Chance of bunnies wearing parts of their outfit, in percentage% (0-100)
|
|
fancyChance=80
|
|
}
|
|
# Configs regarding bunnies that are wearing outfits.
|
|
outfit {
|
|
# Chance of bunnies wearing hats in their outfit, in percentage% (0-100)
|
|
hatChance=50
|
|
# Chance of bunnies wearing a monocle in their outfit, in percentage% (0-100)
|
|
monocleChance=50
|
|
# Chance of bunnies having a pipe in their outfit, in percentage% (0-100)
|
|
pipeChance=50
|
|
# Chance of bunnies wearing a suit in their outfit, in percentage% (0-100)
|
|
suitChance=50
|
|
}
|