V0.2.0: Updated TODOs
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.ArrayList;
|
||||
* Created by Evan on 24/08/2014.
|
||||
*/
|
||||
public class Artifact extends KindofMisc {
|
||||
|
||||
//TODO: add artifact transform method and tie it into well of transformation
|
||||
{
|
||||
levelKnown = true;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.watabou.utils.Random;
|
||||
* Created by debenhame on 03/09/2014.
|
||||
*/
|
||||
public class CapeOfThorns extends Artifact {
|
||||
//TODO: add polish, testing
|
||||
//TODO: add polish, testing, numbers tweaking
|
||||
|
||||
{
|
||||
name = "Cape of Thorns";
|
||||
|
||||
@@ -22,6 +22,7 @@ import java.util.ArrayList;
|
||||
public class ChaliceOfBlood extends Artifact {
|
||||
//TODO: add polish
|
||||
//TODO: add sprite switching
|
||||
//TODO: decide on max level 8 or 10. balance accordingly.
|
||||
|
||||
private static final String TXT_CHALICE = "Chalice of Blood";
|
||||
private static final String TXT_YES = "Yes, I know what I'm doing";
|
||||
|
||||
@@ -19,7 +19,7 @@ import java.util.ArrayList;
|
||||
* Created by debenhame on 25/08/2014.
|
||||
*/
|
||||
public class CloakOfShadows extends Artifact {
|
||||
//TODO: testing, add polish
|
||||
//TODO: final numbers tweaking, add polish
|
||||
|
||||
{
|
||||
name = "Cloak of Shadows";
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.ArrayList;
|
||||
*/
|
||||
public class HornOfPlenty extends Artifact {
|
||||
|
||||
//TODO: tune numbers, add sprite switching, add polish.
|
||||
//TODO: add sprite switching, add polish.
|
||||
|
||||
{
|
||||
name = "Horn of Plenty";
|
||||
|
||||
@@ -26,6 +26,7 @@ import java.util.Collections;
|
||||
* Created by debenhame on 08/09/2014.
|
||||
*/
|
||||
public class SandalsOfNature extends Artifact {
|
||||
//todo: test, add sprite switching, number tweaking.
|
||||
|
||||
{
|
||||
name = "Sandals of Nature";
|
||||
|
||||
Reference in New Issue
Block a user