Difference between revisions of "Submit Node Info"

From ARK Modding Wiki
Jump to navigation Jump to search
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Wiki Help]]
 
[[Category:Wiki Help]]
== Use the following Categories ==
+
Use the following information to create a new wiki entry for a particular node
Where BlueprintType is the wiki class category. See [[:Category:Nodes]] for existing types.<br/><br/>
+
__TOC__
<nowiki>[[Category:Nodes]]</nowiki><br/>
+
== Create Your Page ==
<nowiki>[[Category:BlueprintType Nodes]]</nowiki><br/>
+
Create a new page named after the node in PascalCase, i.e. AddNewItem
  
== Setup the Node Information Banner ==
+
=== Import the Node Template ===
Remove the X from the setting that doesn't apply and paste after your categories.
+
Copy the following line into the page, change the NodeClass to be the class of the node (i.e. PrimalItem),pagename to your page's title, and save it in order to import the template. <br/>
 +
<nowiki>{{Subst:NodeTemplate|NodeClass|PAGENAME=pagename}}</nowiki>
  
{| class="wikitable"
+
== Setup the Node Authority Banner ==
|-
+
Add an X to enable the appropriate authority <br/>
| Replication Important || Must run on server || Should run on server || Must run on client || Should run on client || Requires Multicasting
+
<nowiki>{{NodeInfoBanner||X||||X}}</nowiki><br/>
|}
+
{{NodeInfoBanner||X||||X}}
 
 
<nowiki>{{NodeInfoBanner|X|X|X|X|X|X}}</nowiki>
 
  
== Add Image of Node ==
+
== Upload Image of Node ==
Add an image of the blueprint node in a right aligned frame.
+
Upload an image and with name Node_NodeName.jpg, where node name is replaced with your node. i.e. Node_StaticAddBuff.jpg
Example: <nowiki>[[File:Node_AddNewItem.jpg|frame|AddNewItem - PrimalItem]]</nowiki>
 
  
== Add Node Information ==
+
== Add Information ==
<nowiki>== How to Use == </nowiki><br/>
+
Add information on how to use the node as well as inputs / outputs to the tables.
''Put general information here on what the node is used for.''<br/>
 
 
 
<nowiki> === Details === </nowiki><br/>
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 27:
 
!Description
 
!Description
 
|-
 
|-
|Item Archetype
+
|Pin
|Class
+
|Reference Type
|Select the class of the new item to be created
+
|Description
|-
 
|Give to Inventory
 
|PrimalInventory
 
|PrimalInventory reference.
 
|-
 
|Equip Item
 
|Bool
 
|Automatically equip the newly created item (armor/offhand). Un-equips currently equipped equivalent.
 
|-
 
|Don't Stack
 
|Bool
 
|Does not add to existing stack, instead creates new stack/s. Does NOT force single item stacks.
 
|-
 
|[[Item Quality]]
 
|Float
 
|Affects many calculations regarding item stats. [[Item Quality|Item Quality Guide]] {{NoMention}}
 
|-
 
|Force No Blueprint
 
|Bool
 
|Prevent spawning as a blueprint if the item has an inherent chance to do so {{NoMention}}
 
 
|-
 
|-
|Quantity Override
+
|Pin
|Integer
+
|Reference Type
|Create this item as a 'stack' of this value {{NoMention}}
+
|Description
 
|-
 
|-
|Force Blueprint
+
|Pin
|Bool
+
|Reference Type
|Gaurantees that this item will be created as a blueprint if it has an inherent chance not to {{NoMention}}
+
|Description
 
|}
 
|}
  
Line 73: Line 48:
 
!Description
 
!Description
 
|-
 
|-
|Return Value
+
|Pin
|PrimalItem
+
|Reference Type
|Primal item reference for the newly created item
+
|Description
 +
|-
 +
|Pin
 +
|Reference Type
 +
|Description
 
|}
 
|}
 
=== Related Articles ===
 
[[Special:WhatLinksHere/AddNewItem|What Links Here]]<br />
 

Latest revision as of 03:38, 10 April 2018

Use the following information to create a new wiki entry for a particular node

Create Your Page

Create a new page named after the node in PascalCase, i.e. AddNewItem

Import the Node Template

Copy the following line into the page, change the NodeClass to be the class of the node (i.e. PrimalItem),pagename to your page's title, and save it in order to import the template.
{{Subst:NodeTemplate|NodeClass|PAGENAME=pagename}}

Setup the Node Authority Banner

Add an X to enable the appropriate authority
{{NodeInfoBanner||X||||X}}

Replication Important

NoticeIconInactive.png

Must run on server

NoticeIcon.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIcon.png

Upload Image of Node

Upload an image and with name Node_NodeName.jpg, where node name is replaced with your node. i.e. Node_StaticAddBuff.jpg

Add Information

Add information on how to use the node as well as inputs / outputs to the tables.

Inputs
Pin Reference Type Description
Pin Reference Type Description
Pin Reference Type Description
Pin Reference Type Description


Outputs
Pin Reference Type Description
Pin Reference Type Description
Pin Reference Type Description