Merge pull request #2 from WikipediaUserbox/patch-1

adding pollen and having bees drop it instead of honey
This commit is contained in:
slweeb 2021-12-23 13:20:54 -05:00 committed by GitHub
commit f918052fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -399,6 +399,13 @@
"burnTime": 300, "burnTime": 300,
"burnInto": ["ash","charcoal","fire"], "burnInto": ["ash","charcoal","fire"],
}, },
"pollen": {
"name": "pollen",
"color": "#ffffc0",
"behavior": behaviors.POWDER,
"category":"life",
"hidden": true,
},
"smoke": { "smoke": {
"name": "smoke", "name": "smoke",
"color": "#383838", "color": "#383838",
@ -597,7 +604,7 @@
"color": "#c4b100", "color": "#c4b100",
"behavior": [ "behavior": [
"M1|M2|M1", "M1|M2|M1",
"CR:honey%0.025 AND M1|XX|CR:honey%0.025 AND M1", "CR:pollen%0.025 AND M1|XX|CR:pollen%0.025 AND M1",
"M1|M2|M1", "M1|M2|M1",
], ],
"tempHigh": 47, "tempHigh": 47,
@ -2647,4 +2654,4 @@
</body> </body>
</html> </html>