We have three combatants from different eras:
• Maximus (hero of "Gladiator"), his weapons are: sword and axe.
• George (father of his country), his weapons are: musket and cannon.
• Neo (in honor of "The Matrix", but not quite the same spirit), his weapons are: drone and laser.
The dull part is actually getting the data into the program. You can do it manually by using the code listed at the bottom for the App Delegate's init method. The last part will write a plist file that you could subsequently load, as discussed here. You do not actually have to do the @property and @synthesize stuff we talked about, but it's a good habit to get into. And it wouldn't hurt to have a separate class handle the data, but I haven't done that here.
The next post will actually show how to set up the bindings.
Here's a screenshot of the plist (in XCode):
And here's the code: