Difference between revisions of "Flora"

412 bytes removed ,  05:35, 11 December 2018
no edit summary
imported>Hitbts
(Page created.)
 
imported>Qazaaq
Line 1: Line 1:
[[Category:Editor Reference]]
'''Papyrus:''' [[Flora Script]], [[ObjectReference Script]]
[[Category:Object_Classes]]
[[Category:WorldObjects]]
'''Papyrus:''' [[Flora Script]]


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


== Editor Dialog ==
== Editor Dialog ==
[[File:Flora_Editor.png]]
[[File:Flora_Editor.png]]
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*{{Editor:Property:ID}}
*'''Name:''' The name shown in the in-game UI, when examining this object.
*{{Editor:Property:Name}}
*'''Model:''' The 3D model for this object.
*{{Editor:Property:Model}}
*'''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!)
*{{Editor:Property:Activate Text Override}}
*'''Ingredient Production'''
*'''Ingredient Production'''
**'''Ingredient:''' The item obtained by activating this Flora.
**'''Ingredient:''' The item obtained by activating this [[Flora]].
**'''Harvest Sound:''' The sound played when harvesting from this flora.
**{{Editor:Property:Sound|property=Harvest Sound}} This occurs when harvesting from this [[Flora]].
**'''Spring:'''
**'''Spring:'''
**'''Summer:'''
**'''Summer:'''
**'''Fall:'''
**'''Fall:'''
**'''Winter:'''
**'''Winter:'''
*'''Edit Destruction Data:'''
*{{Editor:Property:Edit Destruction Data}}
*'''Keywords:''' A list of [[keywords]] that signal information to other game systems.
*{{Editor:Property:Keywords}}
*'''Papyrus Scripts:''' A list of [[Papyrus]] scripts attached to references of this type. These scripts should extend [[ObjectReference Script|ObjectReference]], not [[Flora Script|Flora]].
*{{Editor:Property:Papyrus Script}}.
*'''Actor Values:'''
*{{Editor:Property:Actor Value|property=Actor Values}}


== Notes ==
== 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.
* The [[Creation Kit]] isn't very strict about what [[Ingredient]]s can be harvested from [[Flora]]. Any form type that can even ''potentially'' serve as an item can be selected. For example, all [[Light]]s will be shown in the drop-down menu, even when most of them aren't set to be usable as items.


== See Also ==
== See Also ==
*[[:Category:WorldObjects|WorldObjects Category]]
*[[WorldObjects Category]]
 
 
[[Category:Editor Reference]]
[[Category:Object Classes]]
[[Category:WorldObjects]]
Anonymous user