Skip to content

Instantly share code, notes, and snippets.

@Blecki
Created January 19, 2014 21:16
Show Gist options
  • Select an option

  • Save Blecki/8511139 to your computer and use it in GitHub Desktop.

Select an option

Save Blecki/8511139 to your computer and use it in GitHub Desktop.
{
"player" :
{
"Type" : "AnimatedSprite",
"Height" : 2,
"Width" : 2,
"RenderWidth" : 512,
"Tilt" : 0.3,
"Sprite" : "oscar/Oscar_Knight3a",
"SpriterEntity" : "Knight",
"States" :
{
"walk" : {
"AnimationName" : "Knight_Walk"
},
"idle" : {
"AnimationName" : "Knight_Idle",
"ResetAnimation" : true
},
"run" : {
"AnimationName" : "Knight_Run_Improved"
},
"slash" : {
"AnimationName" : "Knight_Attack1_Slash",
"ResetAnimation" : true
},
"magic" : {
"AnimationName" : "Knight_Attack1_Slash_magic",
"ResetAnimation" : true
},
"defeat" : {
"AnimationName" : "Knight_Defeat",
"ResetAnimation" : true
},
"victory" : {
"AnimationName" : "Knight_Victory",
"ResetAnimation" : true
}
},
"Moves" :
[
{
"Name" : "Slash",
"Description" : "A basic slash.",
"Action" : "knight_slash",
"NeedsTarget" : false
},
{
"Name" : "Magic",
"Description" : "The knight uses magic.",
"Action" : "knight_magic",
"NeedsTarget" : false
},
{
"Name" : "Defeat",
"Description" : "The knight falls dead.",
"Action" : "knight_defeat",
"NeedsTarget" : false
},
{
"Name" : "Victory",
"Description" : "The knight is victorious.",
"Action" : "knight_victory",
"NeedsTarget" : false
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment