15 Commits

Author SHA1 Message Date
Aaron Suen
876aad3482 More flower shape tweaks
- The "urn" name was a little obscure and has a bit of a funereal
  connotation to it; switch it to bell.
- Turn displaced bell into cup.
- Adjust shape textures to match.
2021-07-01 08:25:15 -04:00
Aaron Suen
ef981079ca Merge branch 'dev' into flowers 2021-07-01 08:21:25 -04:00
Aaron Suen
ddf2427803 Simplify rush drying
When carried, rushes don't require soil, only
moisture.  They don't dry out packed in a tote,
and any nearby source of moisture is acceptable,
i.e. carried sponge when in player inventory, or
nearby water nodes.  This should make reliably
transporting them feasible and make the
mechanic far less non-obvious.  The "dry" in the
name hints that it's moisture they want.
2021-07-01 08:21:17 -04:00
Aaron Suen
5a08b7f14d Flower shape names, rename cyan -> azure
Tweak actual flower shapes to more obviously match
the given names.
2021-07-01 08:04:12 -04:00
Aaron Suen
6870c58167 Fix flower mapgen spread
Sync flowers up to sedge grass so fields of dense
grass are a good place to find rare flowers.
2021-06-30 23:30:08 -04:00
Aaron Suen
f94c14f3cc Baseline flower implementation
- 9 colors * 5 shapes = 45 varieties
- Spawn a handful of baseline species into the world

The plan is to use a breeding system where flowers spread
onto nearby fertile ground and accept mutations from
parents, plus random mutations to nearby strains, each
time they're bred, so players can farm flowers to unlocks
all possible varieties.
2021-06-30 23:21:37 -04:00
Aaron Suen
316f3d8a4f Place trees before grass, avoid broken trunks 2021-06-30 23:14:11 -04:00
Aaron Suen
d778a01dd1 Base sedge images on WintersKnight's designs
Keep the mellowed/muted colors, but use Winter's
contours, with a little expansion of the middle of the
lowest couple tiers to make them stand out more.
2021-06-30 22:05:12 -04:00
Aaron Suen
463135384a Make rushes a bit rarer 2021-06-29 20:34:42 -04:00
Aaron Suen
4091f8613d Adjust sedge colors 2021-06-29 20:27:39 -04:00
Aaron Suen
b62e5096e0 Add sedges 2021-06-29 20:27:25 -04:00
Aaron Suen
e9c1b0351e Rush growth nerf 2021-06-28 23:10:04 -04:00
Aaron Suen
e6463eb259 Rush spreading and refinements 2021-06-28 21:05:31 -04:00
Aaron Suen
10ed04a8fe Dry rushes and rush drying 2021-06-28 20:29:11 -04:00
Aaron Suen
7214dd5f5b Initial import of rushes, by WintersKnight
No behavior yet, just the resource itself, and
basic mapgen spawning.
2021-03-02 22:52:21 -05:00