Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc. fixes: rain watering crops, Getting Started quest, Blade Tree Dart #3514

Merged
merged 5 commits into from
Nov 25, 2023

Conversation

edwardspec
Copy link
Contributor

@edwardspec edwardspec commented Nov 4, 2023

  • The following rain-like weathers can water crops now: Bubble Rain, Misty Rain, Bog Rain, Blood Rain.
  • Fixed stacks of Blade Tree Dart despawning if dropped (Q) onto the ground.
  • Vinalisj no longer tells the player to carry an Ancient Device (was: key to the Dark Cavern), instead he says that he already opened the cave, and you can enter it.
  • Vinalisj will no longer start talking about "power source" if player finds 20 Core Fragments outside of the Dark Cavern (when player doesn't know yet what he is talking about).
  • Description of tech items from Dark Cavern (e.g. Distortion Sphere) now tells that they are safe to sell (player won't lose the tech), and how they can be used in multiplayer.
  • Removed surface-only monsters (which can't spawn underwater) from underwater biome Strange Sea Floor.

Before this change, when you tossed (Q) a stack of 500 Blade Tree Darts
onto the ground, the entire stack would despawn after 1.2 seconds.

This is unintentional. It has nothing to do with lifespan of projectile.
1) Ancient Device is no longer used (the quest doesn't check for it),
so there is no need to gift it to players.

2) Radiomessage "fu_start_needstricorder" is no longer needed.
Its purpose (in the previous versions of FU) was to remind the player
of the importance of Tricorder. In current version player has already
completed Vina's quests by this point, which included use of Tricorder.
@edwardspec edwardspec changed the title Fix stacks of Blade Tree Dart despawning if dropped (Q) onto the ground Misc. fixes: Getting Started quest, despawning of Blade Tree Dart Nov 4, 2023
New players often think that they need to carry these items forever,
or else they lose the tech. (they don't)
The following weathers can now water crops:
- Bubble Rain (makes sense: water, strong rain)
- Misty Rain (makes sense: water, visible rain)
- Blood Rain (Blood is usable in Trays)
- Bog Rain (mostly water. Mixed in Algae doesn't harm crops)

Healing Rain was considered, but wasn't included, because it spawns
too much liquid, and any non-covered crops would be uprooted anyway.

Rains like Bio Rain (Bio-Ooze) weren't included,
because their liquids are potentially harmful to the crops.
@edwardspec edwardspec changed the title Misc. fixes: Getting Started quest, despawning of Blade Tree Dart Misc. fixes: rain watering crops, Getting Started quest, Blade Tree Dart Nov 14, 2023
They were not spawning anyway, because they have
"spawnParameters": {"area" : "surface", ...} in the .spawntypes file.
@sayterdarkwynd sayterdarkwynd merged commit 2211ef7 into sayterdarkwynd:master Nov 25, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants