V0.2.0: created Chalice of Blood class

This commit is contained in:
Evan Debenham 2014-08-27 17:00:08 -04:00
parent 8c2f004a53
commit fba96fe4cc

View File

@ -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
}
}