V0.2.0: created Chalice of Blood class
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.shatteredpixel.shatteredpixeldungeon.items.artifacts;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
|
||||
|
||||
/**
|
||||
* Created by debenhame on 27/08/2014.
|
||||
*/
|
||||
public class ChaliceOfBlood extends Artifact {
|
||||
|
||||
{
|
||||
name = "Chalice of Blood";
|
||||
image = ItemSpriteSheet.ARTIFACT_CHALICE;
|
||||
level = 0;
|
||||
//charge & chargecap are unused
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user