* buzz buzz

* Darn now i'm all out of periods   thanks mirror
fix toy issue

* desc edits.

* rng and alphabee

* adds some missed parens
This commit is contained in:
Moony
2021-11-25 00:06:13 -06:00
committed by GitHub
parent 2a409de436
commit d5c5cbeaf4
12 changed files with 236 additions and 4 deletions

View File

@@ -23,3 +23,118 @@
desc: A raw material, usually extracted from wool or other fabric products.
physicalDesc: fibrous
color: "#808080"
- type: reagent
id: BuzzochloricBees
name: Buzzochloric Bees
desc: "Liquid bees. Oh god it's LIQUID BEES NO-"
physicalDesc: buzzy
color: "#FFD35D"
tileReactions:
- !type:CreateEntityReaction
entity: MobBee
usage: 5
maxOnTile: 2
randomOffsetMax: 0.3
maxOnTileWhitelist:
tags: [ Bee ]
- !type:CleanTileReaction # Bees are extremely obsessive about cleanliness within what they consider their hive.
cleanAmountMultiplier: 0 # Consume absolutely zero bees. Buzz buzz.
metabolisms:
Poison:
effects:
- !type:PopupMessage
type: Local
messages:
- "buzzochloricbees-effect-oh-god-bees"
- "buzzochloricbees-effect-its-the-bees"
- "buzzochloricbees-effect-why-am-i-covered-in-bees"
- "buzzochloricbees-effect-one-with-the-bees"
- "buzzochloricbees-effect-squeaky-clean"
probability: 0.1
conditions:
- !type:ReagentThreshold
max: 0
reagent: Histamine
- !type:HasTag
invert: true
tag: Bee
- !type:PopupMessage
type: Local
messages:
- "buzzochloricbees-effect-histamine-bee-allergy"
- "buzzochloricbees-effect-histamine-swells"
- "buzzochloricbees-effect-histamine-numb-to-the-bees"
- "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees"
- "buzzochloricbees-effect-squeaky-clean"
probability: 0.05
conditions:
- !type:ReagentThreshold
min: 0.01
reagent: Histamine
- !type:HasTag
invert: true
tag: Bee
- !type:PopupMessage
type: Local
messages:
- "buzzochloricbees-effect-licoxide-electrifying"
- "buzzochloricbees-effect-licoxide-shocked-by-bee-facts"
- "buzzochloricbees-effect-licoxide-buzzed"
- "buzzochloricbees-effect-licoxide-buzzes"
probability: 0.05
conditions:
- !type:HasTag
invert: true
tag: Bee
- !type:ReagentThreshold
min: 0.01
reagent: Licoxide
- !type:PopupMessage
type: Local
messages:
- "buzzochloricbees-effect-fiber-hairy"
- "buzzochloricbees-effect-fiber-soft"
probability: 0.05
conditions:
- !type:HasTag
invert: true
tag: Bee
- !type:ReagentThreshold
min: 0.01
reagent: Fiber
- !type:HealthChange
damage:
types:
Poison: 2
Piercing: 2
conditions:
- !type:HasTag
invert: true
tag: Bee
- type: reagent
id: GroundBee
name: Ground Bee
desc: Bee grounds. Gross.
physicalDesc: bee guts
color: "#86530E"
- type: reagent
id: Saxoite
name: Saxoite
desc: Smells like jazz.
physicalDesc: ground brass
color: "#B8A603"
- type: reagent
id: Licoxide
name: Licoxide
desc: It looks... electrifying.
physicalDesc: electric
color: "#FDD023"
metabolisms:
Poison:
effects:
- !type:Electrocute
probability: 0.5