Flora

From the Fallout4 CreationKit Wiki
Revision as of 22:22, 13 July 2016 by imported>Hitbts (Page created.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Papyrus: Flora Script

Flora are harvestable plants, crops, fungi, and other resources found in the game world.

Editor Dialog

Flora Editor.png

  • ID: The editor ID that this form uses in the Creation Kit.
  • Name: The name shown in the in-game UI, when examining this object.
  • Model: The 3D model for this object.
  • Activate Text Override: A small verb that replaces the word "Activate" when looking at this object. Generally, you'll want to use "Harvest," but there may be exceptions. (For example, Skyrim implemented some coin purses as Flora!)
  • Ingredient Production
    • Ingredient: The item obtained by activating this Flora.
    • Harvest Sound: The sound played when harvesting from this flora.
    • Spring:
    • Summer:
    • Fall:
    • Winter:
  • Edit Destruction Data:
  • Keywords: A list of keywords that signal information to other game systems.
  • Papyrus Scripts: A list of Papyrus scripts attached to references of this type. These scripts should extend ObjectReference, not Flora.
  • Actor Values:

Notes

  • The Creation Kit isn't very strict about what ingredients can be harvested from Flora; any form type that can even potentially serve as an item can be selected. For example, all Lights will be shown in the drop-down menu, even when most of them aren't set to be usable as items.

See Also