classes: temporarily switch rogues to knives instead of bows, revisit

this commit - incomplete
This commit is contained in:
Tyler Renelle 2013-12-05 03:46:11 -07:00
parent e7c7ab099e
commit 4818c0a830
29 changed files with 331 additions and 253 deletions

View file

@ -10612,9 +10612,39 @@ try {
},
rogue: {
0: {
text: "No Shield",
notes: 'No shield.',
value: 0,
text: "Knife 1",
notes: 'Knife 1',
value: 0
},
1: {
text: "Knife 2",
notes: 'Knife 2',
value: 1
},
2: {
text: "Knife 3",
notes: 'Knife 3',
value: 1
},
3: {
text: "Knife 4",
notes: 'Knife 4',
value: 1
},
4: {
text: "Knife 5",
notes: 'Knife 5',
value: 1
},
5: {
text: "Knife 6",
notes: 'Knife 6',
value: 1
},
6: {
text: "Knife 7",
notes: 'Knife 7',
value: 1,
last: true
}
},

File diff suppressed because one or more lines are too long

538
dist/spritesmith.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -122,7 +122,13 @@ gear =
4: text: "Red Shield", notes:'Rebukes blows with a burst of flame. Increases CON by 7.', con: 7, value:70
5: text: "Golden Shield", notes:'Shining badge of the vanguard. Increases CON by 9.', con: 9, value:90, last: true
rogue:
0: text: "No Shield", notes:'No shield.', value:0, last: true
0: text: "Knife 1", notes:'Knife 1', value:0
1: text: "Knife 2", notes:'Knife 2', value:1
2: text: "Knife 3", notes:'Knife 3', value:1
3: text: "Knife 4", notes:'Knife 4', value:1
4: text: "Knife 5", notes:'Knife 5', value:1
5: text: "Knife 6", notes:'Knife 6', value:1
6: text: "Knife 7", notes:'Knife 7', value:1, last: true
wizard:
0: text: "No Shield", notes:'No shield.', def: 0, value:0, last: true
healer: