Difference between revisions of "Champion Sword Recipe"

From ChatWars Wiki
Jump to: navigation, search
Line 21: Line 21:
 
|}
 
|}
  
If the {{PAGENAME}} is in the player's inventory, the crafting recipe can be shown in the game with <code>/view_</code>. Crafting the item consumes the recipe.  
+
If the {{PAGENAME}} is in the player's inventory, the crafting recipe can be shown in the game with <code>/view_{{#show: {{PAGENAME}} |?ItemID}}</code>. Crafting the item consumes the recipe.  
  
 
=Usage=
 
=Usage=
Line 35: Line 35:
 
<!-- Set iteminfo -->
 
<!-- Set iteminfo -->
 
{{#set:
 
{{#set:
| ItemID=w28
+
| ItemID=r01
| CraftCommand=/craft_w28
+
| CraftCommand=
  
 
| BoolEventItem=false
 
| BoolEventItem=false
Line 48: Line 48:
  
 
<!--add numbers-->
 
<!--add numbers-->
| Attack=31
+
| Attack=0
 
| Defense=0
 
| Defense=0
 
| Mana=0
 
| Mana=0
Line 58: Line 58:
  
 
<!--For potions, “min” for minutes, “h” for hours-->
 
<!--For potions, “min” for minutes, “h” for hours-->
| BaseDuration= 0
+
| BaseDuration=0
| Wrapping=2
+
| Wrapping=0
  
| LevelEquipRequirement=25
+
| LevelEquipRequirement=0
| BoolEnchantment=true
+
| BoolEnchantment=false
 
<!--e.g. Type of arrows needed-->
 
<!--e.g. Type of arrows needed-->
 
| Ammunition=
 
| Ammunition=
Line 68: Line 68:
  
 
| BoolDepositGuild=true
 
| BoolDepositGuild=true
| ShopSellPrice=1488
+
| ShopSellPrice=
 
| ShopBuyPrice=
 
| ShopBuyPrice=
  
 
| BoolExchange=false
 
| BoolExchange=false
 
| BoolAuction=true
 
| BoolAuction=true
| BoolCraft=true
+
| BoolCraft=false
  
 
<!--Choose: Crafting (Skill)/Alchemy (Skill)-->
 
<!--Choose: Crafting (Skill)/Alchemy (Skill)-->
| SkillCraft=Crafting (Skill)
+
| SkillCraft=
| SkillCraftLevel=3
+
| SkillCraftLevel=
| ManaCrafting=150
+
| ManaCrafting=
  
| BoolQuest=false
+
| BoolQuest=true
| PerceptionLevel=
+
| PerceptionLevel=1
 
<!-- Minimum level players need to have not regarding perception level (eg level 40 for bauxite)
 
<!-- Minimum level players need to have not regarding perception level (eg level 40 for bauxite)
 
| PlayerQuestMinLevel=
 
| PlayerQuestMinLevel=
  
 
<!--All QuestXXX are boolean, used for “can be found then and there”-->
 
<!--All QuestXXX are boolean, used for “can be found then and there”-->
| QuestForestMorning=
+
| QuestForestMorning=false
| QuestForestDay=
+
| QuestForestDay=false
| QuestForestEvening=
+
| QuestForestEvening=false
| QuestForestNight=
+
| QuestForestNight=false
  
| QuestSwampMorning=
+
| QuestSwampMorning=false
| QuestSwampDay=
+
| QuestSwampDay=false
| QuestSwampEvening=
+
| QuestSwampEvening=false
| QuestSwampNight=
+
| QuestSwampNight=false
  
| QuestValleyMorning=
+
| QuestValleyMorning=true
| QuestValleyDay=
+
| QuestValleyDay=true
| QuestValleyEvening=
+
| QuestValleyEvening=true
| QuestValleyNight=
+
| QuestValleyNight=false
  
| QuestForayMorning=
+
| QuestForayMorning=false
| QuestForayDay=
+
| QuestForayDay=false
| QuestForayEvening=
+
| QuestForayEvening=false
| QuestForayNight=
+
| QuestForayNight=false
 
}}
 
}}

Revision as of 10:40, 23 July 2018

Champion Sword Recipe is an item of the type Recipe (Item) and was introduced with the Advanced Crafting update.


Properties

Item properties
Type Recipe (Item)
Used in Champion Sword
Set Tier 2 Book-green.png weapon set
Acquisition
Item identifier code r01

If the Champion Sword Recipe is in the player's inventory, the crafting recipe can be shown in the game with /view_r01. Crafting the item consumes the recipe.

Usage