Skip to content

Instantly share code, notes, and snippets.

@API-Beast
Created January 13, 2015 18:27
Show Gist options
  • Save API-Beast/e4ac22e4f4bd2d90854b to your computer and use it in GitHub Desktop.
Save API-Beast/e4ac22e4f4bd2d90854b to your computer and use it in GitHub Desktop.
[
{
Name: Strategist
Tags: ["Tactican"]
Effects:
[{
Attributes:["Tactics", 2]
}]
},
{
Name: Assault Tactics
Tags: ["Tactican"]
PreReq:
{
Skills: ["Strategist", 1]
}
Effects:
[{
Attributes: ["Tactics", 3]
Condition: ["Assaulting"]
}]
},
{
Name: Defense Tactics
Tags: ["Tactican"]
PreReq:
{
Skills: ["Strategist", 1]
}
Effects:
[{
Attributes: ["Tactics", 3]
Condition: ["Defending"]
}]
}
]
Skills
{
Name = Strategist
Tags = ["Tactican"]
[Effects]
Attributes = ["Tactics", 2]
}
Skills
{
Name = Assault Tactics
Tags = ["Tactican"]
[PreReq]
Skills = ["Strategist", 1]
[Effects]
Attributes = ["Tactics", 3]
Condition = ["Assaulting"]
}
Skills
{
Name: Defense Tactics
Tags: ["Tactican"]
[PreReq]
Skills = ["Strategist", 1]
[Effects]
Attributes = ["Tactics", 3]
Condition = ["Defending"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment