Guest User

Untitled

a guest
Jan 31st, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <GameDefs>
  3.   <ItemDef>
  4.     <Entity>
  5.       <UniqueID>
  6.         Game.Base.Items.Seeds.CarrotSeeds
  7.       </UniqueID>
  8.       <item>
  9.         <name>Carrot Seeds</name>
  10.         <icon>
  11.           <path>Items/Equipment/Seeds/Carrot Seed/Carrot Seeds</path>
  12.         </icon>
  13.       </item>
  14.       <equip>
  15.         <prefab>Items/Equipment/Seeds/Carrot Seed/Carrot Seed Bag</prefab>
  16.         <!--<selfBoned/>-->
  17.         <attachBone>hand_R</attachBone>
  18.         <type>Adam</type>
  19.         <type>Girls</type>
  20.         <type>Girls_Half</type>
  21.         <slot>MainHand</slot>
  22.         <!--<slot>OffHand</slot> can have multiple-->
  23.         <behaviour>
  24.           <path>Items/Equipment/Seeds/Shared Assets/Seed Bag Behaviour</path>
  25.           <seed>Game.Base.Plants.Carrot</seed>
  26.         </behaviour>
  27.       </equip>
  28.     </Entity>
  29.  
  30.     <Entity>
  31.       <UniqueID>Game.Base.Items.Seeds.TurnipSeeds</UniqueID>
  32.       <item>
  33.         <name>Turnip Seeds</name>
  34.         <icon>
  35.           <path>Items/Equipment/Seeds/Shared Assets/icons</path>
  36.           <rect>
  37.             <x>32</x>
  38.             <y>480</y>
  39.             <width>32</width>
  40.             <height>32</height>
  41.           </rect>
  42.         </icon>
  43.       </item>
  44.       <equip>
  45.         <prefab>Items/Equipment/Seeds/Turnip Seed/Turnip Seed Bag</prefab>
  46.         <!--<selfBoned/>-->
  47.         <attachBone>hand_R</attachBone>
  48.         <type>Adam</type>
  49.         <type>Girls</type>
  50.         <type>Girls_Half</type>
  51.         <slot>MainHand</slot>
  52.         <!--<slot>OffHand</slot> can have multiple-->
  53.         <behaviour>
  54.           <path>Items/Equipment/Seeds/Shared Assets/Seed Bag Behaviour</path>
  55.           <seed>Game.Base.Plants.Turnip</seed>
  56.         </behaviour>
  57.       </equip>
  58.     </Entity>
  59.  
  60.     <Entity>
  61.       <UniqueID>Game.Base.Items.Seeds.PotatoSeeds</UniqueID>
  62.       <item>
  63.         <name>Potato Seeds</name>
  64.         <icon>
  65.           <path>Items/Equipment/Seeds/Shared Assets/icons</path>
  66.           <rect>
  67.             <x>64</x>
  68.             <y>480</y>
  69.             <width>32</width>
  70.             <height>32</height>
  71.           </rect>
  72.         </icon>
  73.       </item>
  74.       <equip>
  75.         <prefab>Items/Equipment/Seeds/Potato Seed/Potato Seed Bag</prefab>
  76.         <!--<selfBoned/>-->
  77.         <attachBone>hand_R</attachBone>
  78.         <type>Adam</type>
  79.         <type>Girls</type>
  80.         <type>Girls_Half</type>
  81.         <slot>MainHand</slot>
  82.         <!--<slot>OffHand</slot> can have multiple-->
  83.         <behaviour>
  84.           <path>Items/Equipment/Seeds/Shared Assets/Seed Bag Behaviour</path>
  85.           <seed>Game.Base.Plants.Potato</seed>
  86.         </behaviour>
  87.       </equip>
  88.     </Entity>
  89.  
  90.   </ItemDef>
  91. </GameDefs>
Advertisement
Add Comment
Please, Sign In to add comment