Advertisement
DudeWithName

Enchant Table | Configuration

Dec 7th, 2023
986
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.07 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Icon>https://i.ibb.co/6PYvNxT/enchant.png</Icon>
  4.   <TimeWaitExpired>10</TimeWaitExpired>
  5.   <TimeWaitNoItems>3.5</TimeWaitNoItems>
  6.   <TimeLock>15</TimeLock>
  7.   <IngredientMoney>0</IngredientMoney>
  8.   <IngredientItems>
  9.     <Ingredient id="67" amount="10" />
  10.   </IngredientItems>
  11.   <Enchants>
  12.     <Enchant item="363">
  13.       <FailChance>50</FailChance>
  14.       <Results>
  15.         <Item chance="122">
  16.           <Id>125</Id>
  17.           <Barrel xsi:nil="true" />
  18.           <Grip xsi:nil="true" />
  19.           <Tactical xsi:nil="true" />
  20.           <Sight>1004</Sight>
  21.           <Magazine xsi:nil="true" />
  22.         </Item>
  23.         <Item chance="20">
  24.           <Id>1364</Id>
  25.           <Barrel xsi:nil="true" />
  26.           <Grip xsi:nil="true" />
  27.           <Tactical xsi:nil="true" />
  28.           <Sight xsi:nil="true" />
  29.           <Magazine xsi:nil="true" />
  30.         </Item>
  31.       </Results>
  32.     </Enchant>
  33.   </Enchants>
  34. </Config>
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement