Difference between revisions of "Flora"

329 bytes removed ,  01:23, 23 February 2023
Added object type code.
imported>Hitbts
(Page created.)
 
(Added object type code.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Object Classes]]
[[Category:WorldObjects]]
[[Category:WorldObjects]]
'''Papyrus:''' [[Flora Script]]
'''Type:''' <code>FLOR</code>
<BR/>
'''Papyrus:''' [[Flora Script]], [[ObjectReference 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}} Generally, you'll want to use "Harvest," but there may be exceptions.
*'''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 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]]
147

edits