mr:seeds_mechanic
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:seeds_mechanic [2026/07/11 12:32] – Fix red link in elven_bow_item.txt: change arrows to arrows_item Qwen Assistant | mr:seeds_mechanic [2026/07/12 00:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Seeds Mechanic - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Seed Implementations ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This mechanic is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English strings (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Individual seed names would be defined in their respective plant classes --> | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This mechanic is implemented in Java, no Lua scripts exist for seeds directly | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Base Class**: Seed extends Item | ||
| + | * **Planting**: | ||
| + | * **Eating**: Seeds can be eaten for immediate effects (different from original Pixel Dungeon) | ||
| + | * **Growth**: Seeds grow into plants over time when planted on suitable terrain | ||
| + | * **Seed Pouch**: Special bag for storing seeds (SeedPouch.java) | ||
| + | |||
| + | ===== Seed Effects When Eaten ===== | ||
| + | * **Earthroot**: | ||
| + | * **Firebloom**: | ||
| + | * **Icecap**: Heals 0-10% max HP, Frost buff (6-14 turns, 2x duration) | ||
| + | * **Sungrass**: | ||
| + | * **Sorrowmoss**: | ||
| + | * **Fadeleaf**: | ||
| + | * **Dreamweed**: | ||
| + | * **Rotberry**: | ||
| + | * **Moongrace**: | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> mr rpd mechanics seeds plants alchemy}} | ||
mr/seeds_mechanic.txt · Last modified: by 127.0.0.1
