Skip to content

Commit

Permalink
BallScroll in Inscription Craft Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Maupishon committed Nov 23, 2024
1 parent 84efcce commit 75a1c4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Scripts/Engines/Craft/DefInscription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,11 @@ public override void InitCraftList()
AddRes( index, typeof( SpringWater ), "wiosenna woda" , 30, 1044253 );
AddRes( index, typeof( ZoogiFungus ), "grzyby zoogi" , 50, 1044253 );
AddRes( index, typeof( Gold ), "złoto" , 2000, 1044253 );
AddRes( index, typeof( Gold ), "złoto" , 2000, 1044253 );
index = AddCraft( typeof( AvatarBallScroll ), "Umiejetnosci specjalne", "Kula Sniegu", 25.0, 76.0, typeof( Corruption ), "korupcja" , 20, 1044253 );
AddRes( index, typeof( DaemonBone ), "kości demona" , 50, 1044253 );
AddRes( index, typeof( Pumice ), "pumeks" , 20, 1044253 );
AddRes( index, typeof( Gold ), "złoto" , 2000, 1044253 );

//Druid
index = AddCraft( typeof( DruidBlendWithForestScroll ), "Umiejetnosci specjalne", "Jedność Z Lasem", 80.0, 110.0, typeof( LuminescentFungi ), "lśniące grzyby" , 20, 1044253 );
Expand Down

0 comments on commit 75a1c4c

Please sign in to comment.