Merge branch 'adventure' into 'master'
Add Adventure mode See merge request core-developers/forge!5318
36
forge-gui/res/adventure/Shandalar/config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"screenWidth": 480,
|
||||
"screenHeight": 270,
|
||||
"font": "skin/MiKrollFantasy.ttf",
|
||||
"skin": "skin/uiskin.json",
|
||||
"fontColor": "ffffff" ,
|
||||
"playerBaseSpeed": 30 ,
|
||||
"minDeckSize":40,
|
||||
"starterDecks":
|
||||
[
|
||||
"decks/starter/white.json",
|
||||
"decks/starter/black.json",
|
||||
"decks/starter/blue.json",
|
||||
"decks/starter/red.json",
|
||||
"decks/starter/green.json"
|
||||
] ,
|
||||
"difficulties":[
|
||||
{
|
||||
"name":"Easy",
|
||||
"startingLife":16,
|
||||
"staringMoney":200,
|
||||
"enemyLifeFactor":0.8
|
||||
},{
|
||||
"name":"Normal",
|
||||
"startingLife":12,
|
||||
"staringMoney":100,
|
||||
"startingDifficulty":true,
|
||||
"enemyLifeFactor":1.0
|
||||
},{
|
||||
"name":"Hard",
|
||||
"startingLife":8,
|
||||
"staringMoney":10,
|
||||
"enemyLifeFactor":1.5
|
||||
}
|
||||
]
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/Dinosaurs.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Dinosaur",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green","Red","White"],
|
||||
"tribe":"Dinosaur",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
12
forge-gui/res/adventure/Shandalar/decks/Djinni.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name":"Djinni",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Blue","Red"],
|
||||
"tribe":"Djinni",
|
||||
"tribeCards":0.7,
|
||||
"tribeSynergyCards":0.0,
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
20
forge-gui/res/adventure/Shandalar/decks/Goblins.dck
Normal file
@@ -0,0 +1,20 @@
|
||||
[metadata]
|
||||
Name=Goblins
|
||||
Title=Goblins
|
||||
[main]
|
||||
2 Gauntlet of Might|LEA
|
||||
2 Giant Strength|4ED
|
||||
4 Goblin Balloon Brigade|4ED
|
||||
2 Goblin Digging Team|DRK
|
||||
4 Goblin Hero|DRK
|
||||
4 Goblin King|LEB
|
||||
2 Goblins of the Flarg|DRK
|
||||
4 Keldon Warlord|LEB
|
||||
4 Lightning Bolt|LEB
|
||||
2 Manabarbs|4ED
|
||||
4 Mons's Goblin Raiders|LEB
|
||||
1 Mox Ruby|LEB
|
||||
21 Mountain|4ED
|
||||
3 Orcish Oriflamme|LEB
|
||||
1 Shatter|4ED
|
||||
[sideboard]
|
||||
23
forge-gui/res/adventure/Shandalar/decks/Skeleton.dck
Normal file
@@ -0,0 +1,23 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Name=Lex Luthor 2
|
||||
Title=Lex Luthor
|
||||
Difficulty=medium
|
||||
Description=Mono B Zombie/Skeleton deck with Death Baron and Pontiff of Blight
|
||||
Icon=Lex Luthor.jpg
|
||||
Deck Type=constructed
|
||||
[main]
|
||||
4 Blood Scrivener
|
||||
4 Death Baron
|
||||
2 Diregraf Ghoul
|
||||
2 Drudge Skeletons
|
||||
4 Duty-Bound Dead
|
||||
4 Pontiff of Blight
|
||||
2 Restless Dead
|
||||
4 Rimebound Dead
|
||||
3 Sanguine Guard
|
||||
24 Snow-Covered Swamp
|
||||
2 Unworthy Dead
|
||||
3 Urborg Skeleton
|
||||
2 Walking Dead
|
||||
[sideboard]
|
||||
32
forge-gui/res/adventure/Shandalar/decks/Vampire.dck
Normal file
@@ -0,0 +1,32 @@
|
||||
[shop]
|
||||
WinsToUnlock=20
|
||||
Credits=3500
|
||||
MinDifficulty=0
|
||||
MaxDifficulty=5
|
||||
[metadata]
|
||||
Name=Vampire Onslaught
|
||||
Description=Blood is in the air! Soon your graveyard will yield foul fruit as your vampire horde feeds on itself in a frenzy to gain greater power. Turn your opponent's dead warriors against them using Mimic Vat to ensure a grisly victory.
|
||||
Set=M12
|
||||
Image=vampire_onslaught.jpg
|
||||
[main]
|
||||
2 Blade of the Bloodchief|ZEN
|
||||
1 Mimic Vat|SOM
|
||||
23 Swamp|M12
|
||||
2 Bloodghast|ZEN
|
||||
4 Bloodthrone Vampire|M11
|
||||
4 Gatekeeper of Malakir|ZEN
|
||||
1 Kalastria Highborn|WWK
|
||||
4 Pawn of Ulamog|ROE
|
||||
1 Vampire Hexmage|ZEN
|
||||
4 Vampire Lacerator
|
||||
2 Vampire Nighthawk|ZEN
|
||||
3 Vampire Outcasts|M12
|
||||
4 Viscera Seer
|
||||
4 Dismember|NPH
|
||||
1 Verdant Catacombs|ZEN
|
||||
[sideboard]
|
||||
4 Distress|M12
|
||||
2 Go for the Throat|MBS
|
||||
4 Skinrender|SOM
|
||||
3 Vampire Hexmage|ZEN
|
||||
2 Vampire Nighthawk|ZEN
|
||||
42
forge-gui/res/adventure/Shandalar/decks/Zombie.dck
Normal file
@@ -0,0 +1,42 @@
|
||||
[quest]
|
||||
id=10
|
||||
AILife=30
|
||||
Repeat=false
|
||||
Wins=40
|
||||
Card Reward=4 black rares
|
||||
Credit Reward=200
|
||||
HumanExtras=TOKEN;W;1;1;Citizen;Creature|TOKEN;W;1;1;Citizen;Creature|TOKEN;W;1;1;Citizen;Creature|Wall of Spears
|
||||
AIExtras=Scathe Zombies|Mass of Ghouls
|
||||
[metadata]
|
||||
Name=quest10
|
||||
Title=Zombie Attack!
|
||||
Difficulty=hard
|
||||
Description=The village of Haven is getting attacked by the Zombie horde! Protect the village.
|
||||
Icon=Zombie Attack.jpg
|
||||
Deck Type=constructed
|
||||
[main]
|
||||
1 Cadaverous Knight
|
||||
1 Bog Raiders
|
||||
1 Gluttonous Zombie
|
||||
22 Swamp|ISD
|
||||
1 Stillmoon Cavalier
|
||||
1 Scathe Zombies
|
||||
3 Terror
|
||||
2 Douse in Gloom
|
||||
1 Headless Horseman
|
||||
2 Lord of the Undead
|
||||
3 Duress
|
||||
1 Stromgald Crusader
|
||||
1 Walking Dead
|
||||
1 Severed Legion
|
||||
1 Fallen Cleric
|
||||
2 Cemetery Reaper
|
||||
3 Gravedigger
|
||||
1 Bad Moon
|
||||
1 Mox Jet
|
||||
4 Raise Dead
|
||||
1 Dregscape Zombie
|
||||
4 Mass of Ghouls
|
||||
1 Warpath Ghoul
|
||||
1 Viscera Dragger
|
||||
[sideboard]
|
||||
12
forge-gui/res/adventure/Shandalar/decks/bear.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name":"Bear",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green"],
|
||||
"tribe":"Bear",
|
||||
"tribeCards":1.0,
|
||||
"tribeSynergyCards":0.2
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/black_bad.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Black bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Black"],
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/black_good.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Black good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Black"],
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/black_mid.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Black mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Black"],
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/blue_bad.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Blue bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Blue"],
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/blue_good.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Blue good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Blue"],
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/blue_mid.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Blue mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Blue"],
|
||||
"tribeCards":1.0,
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/cat.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Cat",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green","White"],
|
||||
"tribe":"Cat",
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/demon.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Demon",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Black"],
|
||||
"tribe":"Demon",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/devil.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Devil",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Red"],
|
||||
"tribe":"Devil",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/elf_bad.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Elf bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Green"],
|
||||
"tribe":"Elf",
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/elf_good.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Elf good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green","Black"],
|
||||
"tribe":"Elf",
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/elf_mid.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Elf mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green"],
|
||||
"tribe":"Elf",
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/goblin_bad.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Goblin bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Red"],
|
||||
"tribe":"Goblin",
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/goblin_good.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Goblin good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Red","Black"],
|
||||
"tribe":"Goblin",
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/goblin_mid.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Goblin mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Red"],
|
||||
"tribe":"Goblin",
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
20
forge-gui/res/adventure/Shandalar/decks/golem.dck
Normal file
@@ -0,0 +1,20 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Name=MIR 2 Tribe: Golems
|
||||
Title=Golems
|
||||
Difficulty=medium
|
||||
Description="Once, a wealthy king commissioned an artificial creature to be crafted from the royal treasury, thinking it a clever ploy to have the jewels guard themselves." -Azeworai, "The Golem's Wish"
|
||||
Icon=Dungeon Crawling Colorless.jpg
|
||||
Deck Type=constructed
|
||||
[Main]
|
||||
4 Basalt Golem|MIR
|
||||
4 Crystal Golem|MIR
|
||||
4 Alloy Golem
|
||||
20 Wastes
|
||||
4 Igneous Golem|MIR
|
||||
4 Lead Golem|MIR
|
||||
4 Battered Golem
|
||||
4 Matopi Golem|VIS
|
||||
4 Patagia Golem|MIR
|
||||
4 Quicksand|VIS
|
||||
4 Sand Golem|MIR
|
||||
11
forge-gui/res/adventure/Shandalar/decks/golem.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Golem bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":[],
|
||||
"tribe":"Golem",
|
||||
"tribeCards":0.8,
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/golem_good.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Golem good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["White"],
|
||||
"tribe":"Golem",
|
||||
"tribeCards":0.8,
|
||||
"rares":0.7
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/green_bad.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Green bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Green"],
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/green_good.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Green good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green"],
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/green_mid.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Green mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green"],
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/human_bad.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Human bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["White","Black","Red"],
|
||||
"tribe":"Human",
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/human_good.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Human good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["White"],
|
||||
"tribe":"Human",
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/human_mid.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Human mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["White","Black"],
|
||||
"tribe":"Human",
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/hydra.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Hydra",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green"],
|
||||
"tribe":"Hydra",
|
||||
"tribeCards":8.0,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/knight.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"knight",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["White"],
|
||||
"tribe":"knight",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/merfolk_bad.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Merfolk bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Blue"],
|
||||
"tribe":"Merfolk",
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/merfolk_good.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Merfolk good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Blue"],
|
||||
"tribe":"Merfolk",
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
10
forge-gui/res/adventure/Shandalar/decks/merfolk_mid.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name":"Merfolk mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["blue"],
|
||||
"tribe":"Merfolk",
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/minotaur.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Minotaur",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Red"],
|
||||
"tribe":"Minotaur",
|
||||
"tribeSynergyCards":0.1,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/red_bad.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Red bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Red"],
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/red_good.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Red good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Red"],
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/red_mid.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"Red mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Red"],
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
12
forge-gui/res/adventure/Shandalar/decks/snake.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name":"Snake",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green","Blue"],
|
||||
"tribe":"Snake",
|
||||
"tribeCards":1.0,
|
||||
"tribeSynergyCards":0.2,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
12
forge-gui/res/adventure/Shandalar/decks/spider.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name":"Spider",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Green","Black"],
|
||||
"tribe":"Spider",
|
||||
"tribeCards":1.0,
|
||||
"tribeSynergyCards":0.3,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
22
forge-gui/res/adventure/Shandalar/decks/starter/Angels.dck
Normal file
@@ -0,0 +1,22 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Title=Wonders of the Sky
|
||||
Icon=Dungeon Crawling White.jpg
|
||||
Difficulty=easy
|
||||
Description=White angel deck
|
||||
Deck Type=constructed
|
||||
Name=Angels
|
||||
[Main]
|
||||
4 Alabaster Dragon|POR
|
||||
4 Angel of Fury|PO2
|
||||
4 Angel of Light|S99
|
||||
4 Angel of Mercy|PO2
|
||||
4 Angelic Wall|PO2
|
||||
4 Archangel|POR
|
||||
4 Gift of Estates|POR
|
||||
8 Plains|POR|1
|
||||
5 Plains|POR|2
|
||||
6 Plains|POR|3
|
||||
7 Plains|POR|4
|
||||
4 Starlit Angel|POR
|
||||
2 Wild Griffin|PO2
|
||||
@@ -0,0 +1,24 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Title=Dark Forces
|
||||
Icon=Dungeon Crawling Black.jpg
|
||||
Difficulty=medium
|
||||
Description=Black weenie deck
|
||||
Deck Type=constructed
|
||||
Name=BlackRush2
|
||||
[Main]
|
||||
1 Cao Ren, Wei Commander|PTK
|
||||
4 Craven Knight|POR
|
||||
4 Foul Spirit|PO2
|
||||
4 Hidden Horror|PO2
|
||||
4 Imperial Edict|PTK
|
||||
2 Lurking Nightstalker|PO2
|
||||
4 Mercenary Knight|POR
|
||||
4 Ravenous Rats|PO2
|
||||
5 Swamp|PO2|1
|
||||
7 Swamp|PO2|2
|
||||
9 Swamp|PO2|3
|
||||
2 Vampiric Spirit|PO2
|
||||
3 Wei Infantry|PTK
|
||||
3 Wei Strike Force|PTK
|
||||
4 Young Wei Recruits|PTK
|
||||
@@ -0,0 +1,26 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Title=Djinn of the Lamp
|
||||
Icon=Dungeon Crawling Blue.jpg
|
||||
Difficulty=easy
|
||||
Description=Blue control
|
||||
Deck Type=constructed
|
||||
Name=BlueControl
|
||||
[Main]
|
||||
2 Air Elemental|S99
|
||||
2 Brilliant Plan|PTK
|
||||
2 Counterintelligence|PTK
|
||||
4 Counterspell|S99
|
||||
3 Djinn of the Lamp|POR
|
||||
4 False Summoning|PO2
|
||||
2 Horned Turtle|POR
|
||||
8 Island|S99|1
|
||||
3 Island|S99|2
|
||||
10 Island|S99|3
|
||||
3 Island|S99|4
|
||||
2 Lu Su, Wu Advisor|PTK
|
||||
3 Lu Xun, Scholar General|PTK
|
||||
4 Man-o'-War|POR
|
||||
2 Mystic Denial|POR
|
||||
2 Preemptive Strike|PTK
|
||||
4 Tidings|S99
|
||||
24
forge-gui/res/adventure/Shandalar/decks/starter/Goblins.dck
Normal file
@@ -0,0 +1,24 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Title=Goblin General
|
||||
Icon=Dungeon Crawling Red.jpg
|
||||
Difficulty=easy
|
||||
Description=Goblins, goblins and more goblins!
|
||||
Deck Type=constructed
|
||||
Name=Goblins
|
||||
[Main]
|
||||
4 Goblin Bully|POR
|
||||
4 Goblin Cavaliers|PO2
|
||||
4 Goblin Chariot|S99
|
||||
4 Goblin General|PO2
|
||||
2 Goblin Glider|PO2
|
||||
4 Goblin Piker|PO2
|
||||
4 Goblin Raider|PO2
|
||||
2 Goblin War Strike|PO2
|
||||
2 Hulking Goblin|POR
|
||||
10 Mountain|PO2|1
|
||||
5 Mountain|PO2|2
|
||||
5 Mountain|PO2|3
|
||||
4 Raging Goblin|POR|2
|
||||
4 Relentless Assault|PO2
|
||||
2 Volcanic Hammer|POR
|
||||
26
forge-gui/res/adventure/Shandalar/decks/starter/Stompy2.dck
Normal file
@@ -0,0 +1,26 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Title=The Jungle
|
||||
Icon=Dungeon Crawling Green.jpg
|
||||
Difficulty=medium
|
||||
Description=A.k.a. Stompy.
|
||||
Deck Type=constructed
|
||||
Name=Stompy2
|
||||
[Main]
|
||||
3 Bear Cub|PO2
|
||||
1 Forest|POR|1
|
||||
8 Forest|POR|2
|
||||
6 Forest|POR|3
|
||||
8 Forest|POR|4
|
||||
2 Forest Bear|PTK
|
||||
4 Grizzly Bears|POR
|
||||
4 Jungle Lion|POR
|
||||
4 Lone Wolf|PO2
|
||||
2 Meng Huo, Barbarian King|PTK
|
||||
2 Monstrous Growth|POR|2
|
||||
4 Plant Elemental|POR
|
||||
2 Primeval Force|POR
|
||||
4 Riding the Dilu Horse|PTK
|
||||
2 Whirlwind|S99
|
||||
2 Wielding the Green Dragon|PTK
|
||||
2 Zodiac Monkey|PTK
|
||||
54
forge-gui/res/adventure/Shandalar/decks/starter/black.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name":"Black",
|
||||
"mainDeck": [
|
||||
{
|
||||
"count":10,
|
||||
"cardName": "Swamp"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Mountain"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Island"
|
||||
},
|
||||
{
|
||||
"count":6,
|
||||
"colors": ["black"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["red","blue"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["black"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":2,
|
||||
"colors": ["red","blue"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":5,
|
||||
"colors": ["black"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [5,6]
|
||||
},
|
||||
{
|
||||
"count":1,
|
||||
"colors": ["black"],
|
||||
"rarity": ["rare"],
|
||||
"manaCosts": [7,8,9]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
54
forge-gui/res/adventure/Shandalar/decks/starter/blue.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name":"Blue",
|
||||
"mainDeck": [
|
||||
{
|
||||
"count":10,
|
||||
"cardName": "Island"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Plains"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Swamp"
|
||||
},
|
||||
{
|
||||
"count":6,
|
||||
"colors": ["blue"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["white","black"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["blue"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":2,
|
||||
"colors": ["white","black"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":5,
|
||||
"colors": ["blue"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [5,6]
|
||||
},
|
||||
{
|
||||
"count":1,
|
||||
"colors": ["blue"],
|
||||
"rarity": ["rare"],
|
||||
"manaCosts": [7,8,9]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
54
forge-gui/res/adventure/Shandalar/decks/starter/green.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name":"Green",
|
||||
"mainDeck": [
|
||||
{
|
||||
"count":10,
|
||||
"cardName": "Forest"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Plains"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Mountain"
|
||||
},
|
||||
{
|
||||
"count":6,
|
||||
"colors": ["green"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["white","red"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["green"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":2,
|
||||
"colors": ["red","white"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":5,
|
||||
"colors": ["green"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [5,6]
|
||||
},
|
||||
{
|
||||
"count":1,
|
||||
"colors": ["green"],
|
||||
"rarity": ["rare"],
|
||||
"manaCosts": [7,8,9]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
54
forge-gui/res/adventure/Shandalar/decks/starter/red.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name":"Red",
|
||||
"mainDeck": [
|
||||
{
|
||||
"count":10,
|
||||
"cardName": "Mountain"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Forest"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Swamp"
|
||||
},
|
||||
{
|
||||
"count":6,
|
||||
"colors": ["red"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["green","black"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["red"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":2,
|
||||
"colors": ["green","black"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":5,
|
||||
"colors": ["red"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [5,6]
|
||||
},
|
||||
{
|
||||
"count":1,
|
||||
"colors": ["red"],
|
||||
"rarity": ["rare"],
|
||||
"manaCosts": [7,8,9]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
54
forge-gui/res/adventure/Shandalar/decks/starter/white.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name":"White",
|
||||
"mainDeck": [
|
||||
{
|
||||
"count":10,
|
||||
"cardName": "Plains"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Forest"
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"cardName": "Island"
|
||||
},
|
||||
{
|
||||
"count":6,
|
||||
"colors": ["white"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["green","blue"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [1,2],
|
||||
},
|
||||
{
|
||||
"count":4,
|
||||
"colors": ["white"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":2,
|
||||
"colors": ["green","blue"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [3,4],
|
||||
},
|
||||
{
|
||||
"count":5,
|
||||
"colors": ["white"],
|
||||
"rarity": ["Uncommon","Common"],
|
||||
"manaCosts": [5,6]
|
||||
},
|
||||
{
|
||||
"count":1,
|
||||
"colors": ["white"],
|
||||
"rarity": ["rare"],
|
||||
"manaCosts": [7,8,9]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
11
forge-gui/res/adventure/Shandalar/decks/vampire.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Vampire",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Black"],
|
||||
"tribe":"Vampire",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/white_bad.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"White bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["White"],
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/white_good.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"White good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["White"],
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
9
forge-gui/res/adventure/Shandalar/decks/white_mid.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name":"White mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["White"],
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/zombie_bad.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Zombie bad",
|
||||
"template":
|
||||
{
|
||||
"count":80,
|
||||
"colors":["Black"],
|
||||
"tribe":"Zombie",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.1
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/zombie_good.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Zombie good",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Black"],
|
||||
"tribe":"Zombie",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.8
|
||||
}
|
||||
}
|
||||
11
forge-gui/res/adventure/Shandalar/decks/zombie_mid.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name":"Zombie mid",
|
||||
"template":
|
||||
{
|
||||
"count":60,
|
||||
"colors":["Black"],
|
||||
"tribe":"Zombie",
|
||||
"tribeCards":1.0,
|
||||
"rares":0.5
|
||||
}
|
||||
}
|
||||
BIN
forge-gui/res/adventure/Shandalar/forge-adventure.ico
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
forge-gui/res/adventure/Shandalar/forge-adventure.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
12
forge-gui/res/adventure/Shandalar/maps/main.tiled-project
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"automappingRulesFile": "",
|
||||
"commands": [
|
||||
],
|
||||
"extensionsPath": "extensions",
|
||||
"folders": [
|
||||
"map",
|
||||
"obj",
|
||||
"tileset"
|
||||
],
|
||||
"objectTypesFile": ""
|
||||
}
|
||||
108
forge-gui/res/adventure/Shandalar/maps/main.tiled-session
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"activeFile": "map/swamp_town.tmx",
|
||||
"expandedProjectPaths": [
|
||||
"map",
|
||||
"tileset",
|
||||
"obj"
|
||||
],
|
||||
"file.lastUsedOpenFilter": "Alle Dateien (*)",
|
||||
"fileStates": {
|
||||
"map/crypt.tmx": {
|
||||
"scale": 3.8134072580645157,
|
||||
"selectedLayer": 0,
|
||||
"viewCenter": {
|
||||
"x": 231.8136879113908,
|
||||
"y": 136.0987602104206
|
||||
}
|
||||
},
|
||||
"map/forest_town.tmx": {
|
||||
"scale": 2,
|
||||
"selectedLayer": 3,
|
||||
"viewCenter": {
|
||||
"x": 240,
|
||||
"y": 136
|
||||
}
|
||||
},
|
||||
"map/graveyard.tmx": {
|
||||
"scale": 2,
|
||||
"selectedLayer": 0,
|
||||
"viewCenter": {
|
||||
"x": 232,
|
||||
"y": 136
|
||||
}
|
||||
},
|
||||
"map/island_town.tmx": {
|
||||
"scale": 3,
|
||||
"selectedLayer": 2,
|
||||
"viewCenter": {
|
||||
"x": 240,
|
||||
"y": 136
|
||||
}
|
||||
},
|
||||
"map/mountain_town.tmx": {
|
||||
"scale": 1.7753124999999998,
|
||||
"selectedLayer": 4,
|
||||
"viewCenter": {
|
||||
"x": 239.957753916564,
|
||||
"y": 136.31402922020771
|
||||
}
|
||||
},
|
||||
"map/plains_town.tmx": {
|
||||
"scale": 1.7753124999999998,
|
||||
"selectedLayer": 2,
|
||||
"viewCenter": {
|
||||
"x": 239.957753916564,
|
||||
"y": 136.31402922020771
|
||||
}
|
||||
},
|
||||
"map/swamp_town.tmx": {
|
||||
"scale": 1.7753124999999998,
|
||||
"selectedLayer": 3,
|
||||
"viewCenter": {
|
||||
"x": 240.52103502904419,
|
||||
"y": 135.75074810772753
|
||||
}
|
||||
},
|
||||
"map/waste_town.tmx": {
|
||||
"scale": 1.5,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 240,
|
||||
"y": 135.99999999999994
|
||||
}
|
||||
},
|
||||
"tileset/buildings.tsx": {
|
||||
"scaleInDock": 1,
|
||||
"scaleInEditor": 2
|
||||
},
|
||||
"tileset/main.tsx": {
|
||||
"scaleInDock": 1,
|
||||
"scaleInEditor": 3
|
||||
}
|
||||
},
|
||||
"openFiles": [
|
||||
"map/crypt.tmx",
|
||||
"map/waste_town.tmx",
|
||||
"map/graveyard.tmx",
|
||||
"tileset/buildings.tsx",
|
||||
"tileset/main.tsx",
|
||||
"map/forest_town.tmx",
|
||||
"map/island_town.tmx",
|
||||
"map/mountain_town.tmx",
|
||||
"map/plains_town.tmx",
|
||||
"map/swamp_town.tmx"
|
||||
],
|
||||
"project": "main.tiled-project",
|
||||
"recentFiles": [
|
||||
"map/crypt.tmx",
|
||||
"map/waste_town.tmx",
|
||||
"map/graveyard.tmx",
|
||||
"tileset/buildings.tsx",
|
||||
"tileset/main.tsx",
|
||||
"map/forest_town.tmx",
|
||||
"map/island_town.tmx",
|
||||
"map/mountain_town.tmx",
|
||||
"map/plains_town.tmx",
|
||||
"map/swamp_town.tmx"
|
||||
]
|
||||
}
|
||||
46
forge-gui/res/adventure/Shandalar/maps/map/crypt.tmx
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.1" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="51">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJybxsnAMG0Uj+JRPIpH8SgexSMCAwDOljzS
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyT4WFgkBnFKDial4FhFw9uHMVLG3tlgRgfkKaRf/cCcR03BNdzQ+yq5UaI7aFDmMP8Tis/jto7fO1Fz6/I+RObvfjUk+MnbPkTm7341FNi704kv+zmwS1GbXuRywhs5QZMjNr20iuckctF9HIQZIcKI6rZ+NRTC8PsoNRsAKhhZIo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApGwUgBAAf4AAE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApGwUgBAAf4AAE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="208" y="260">
|
||||
<properties>
|
||||
<property name="teleport" value="maps/map/graveyard.tmx"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="47" template="../obj/gold.tx" x="323" y="219"/>
|
||||
<object id="48" template="../obj/treasure.tx" x="207" y="67"/>
|
||||
<object id="49" template="../obj/gold.tx" x="106" y="216"/>
|
||||
<object id="50" template="../obj/enemy.tx" x="208" y="98">
|
||||
<properties>
|
||||
<property name="enemy" value="Vampire"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
41
forge-gui/res/adventure/Shandalar/maps/map/forest_town.tmx
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="48">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztldEOgzAIRZuo0/GhOv1RO/Wj5CZrwpKu0K3dkw/nScMFLtDx7tz4JRMzKzTk3DHYY278767Qka4LloxaHoZ4FlbOb6D3elqqqys1oYd+B29+8c7S3014Aq+DN6i5jXhv9U6bKS2OnLsSmqXzu7CD+fbMk+kpDr6V1gw7hR2tuUeyRnk7/qEbu5G3xL2qqZsCOflXj2K9s/qf+x5Jgr4XXuX0o/lwE2u9vamen7FF4yE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMANbJgYGOYzUgfbMeG25yAa+yYetaQCkFkH8cgj+7GKmTw7jmMRq2DG72dq+pEUs9HltNmxs2lt70l27Gxa25vBwcDQzwbBZwjYSyg88MUxPjeh+xfdHkLhoY5m/lE89k4E+ncSB3ZzQWGhx46bjw3g8he6uD4nA4MBJ25z0cVgbsMV5ujmq+FxTx8bIo4zofGty44qBuPD5LM4sNuLK46Jzb/oYU5KWsdmB7H2khO32OzAF864AKF0hg5g5TM2OwiVo/jshdkNi/cJbNj1YbP3INRuYuowcssvYsIUmztAeAEjxN55ZNTFoHoOAIlHVtg=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzT5mFg0AFieoE2bgh9EmjnKR7scsMZDDY/sgkh2O5AtocQbrUjDRAbHll0smckgMEcFpTG82ADbwUZGN4J4panlX85gfHLNcjiOAeIc5H49IprLkYGBm5GTDtpbT8AYLIMUg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBj8IAuH+EEgPgRlZwNxDhrOpYM7ljMyMKwAYh4g5oJibkbSzX4liGBrCzEw6AhhqjmEKcTASaG9+MBxPHIwf4PwSirbiw5whQc97TlKppnHoLQWmfoHCiCHRRYD7jxICOhxUstF9APk+nUg7D5GWAlO8BZY5rwTRBUbSL9TC5wYaAfgAYMlfAFTEhWT
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="240" y="272"/>
|
||||
<object id="41" template="../obj/shop.tx" x="129" y="82"/>
|
||||
<object id="42" template="../obj/shop.tx" x="304" y="114"/>
|
||||
<object id="43" template="../obj/shop.tx" x="352" y="162"/>
|
||||
<object id="44" template="../obj/shop.tx" x="177" y="81"/>
|
||||
<object id="45" template="../obj/shop.tx" x="240" y="129"/>
|
||||
<object id="46" template="../obj/shop.tx" x="368" y="226"/>
|
||||
<object id="47" template="../obj/inn.tx" x="137" y="162"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
50
forge-gui/res/adventure/Shandalar/maps/map/graveyard.tmx
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.1" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="55">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlMENgzAQBO8Dwf4SqACJwpIWMKIYKAYJWiChGGAt64SF+GbzmPdo97x2RsSBFnQ/5JWKzMmJI3nVvaV8r2e65C2tyDfjeXfklgcvs3p7OAewImth+T0zstbwjZGXldW/5yryst6yut/gaTlZlQXdfgi7udKY0DHbm9vQMdv7D/S2jH/x7rZ+P0y/3tbvh71f5QAgzAZ0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNlcsNAiEQhucAHLQDtQfXYqyCpS/twNgD2ozxLCRMMhkG5OFBkj/ZhIVvHj8A8B/jpgD2BR2CFqJd5V+qu/rOPevynA/rH0RbA3Ca3HOEG/Vk3KPKY+nhSuttmFuDLkbOOa7ZmDyWHq6v1FGq95KY1yDHYu/h2pQXzwf35/WOvFgLRxg+9aG3v5wt9bfU5xkuZ0t5/ppLfSX5qcXX6LFZX9kKm3KRiR4b9RXeT6Ue4/7cdxjLiK9WUuNSj+k54rGMcOmgPcYzQ7+56HmavSeR73T+PbNnHC/d9rbU3i2udwO3NfaWHGrjA/ohbZA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxT42FgUAdiQkAaqEYGC5YlQi82cASo7ygJ9kbzMjDsAtJRvJTZSyyQRvJflCAqn5rAkBO7vXuBuJ4bt70h7Ai2EZoZTbzE2a3BiGDv5IGELwjv5kHwd9M4nGGgDYmuFGBgqBKA0NhArAAEDxdQKYDwMzqoIzIuiQVtaPRAAHz+pTaoQQs/9PxGK0BKeiYGEJunBxsglH4p9RdyONcO0TAaCAAAOvwetg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApGwUgBAAf4AAE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="208" y="272"/>
|
||||
<object id="49" template="../obj/entry_down.tx" x="209" y="48">
|
||||
<properties>
|
||||
<property name="teleport" value="maps/map/crypt.tmx"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="52" template="../obj/enemy.tx" x="215" y="80">
|
||||
<properties>
|
||||
<property name="enemy" value="Zombie"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="53" template="../obj/enemy.tx" x="120" y="104">
|
||||
<properties>
|
||||
<property name="enemy" value="Skeleton"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="54" template="../obj/gold.tx" x="120" y="101"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
41
forge-gui/res/adventure/Shandalar/maps/map/island_town.tmx
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="48">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbwM7AsIHG2JiVgeEKEHdyIjBI3IiVtvZeR7MTZu8FEuwFub2EDROb4DHjIlDODIt/SbELPbxg+DIB94DstkDCxNhXyobdLmIwyD34woKYtEAuvkqCvdjSArm4mED808KvpIQ3Nf1KSngPlL3Y8hu90hcsv1HLflOgOWtIKOMo9TvIPiF2TDsJlXHE+N0UrSxCxrj8CMtfpNgPwpZIbiClXIDlU1LjHVv4k6IPW9lAqrs3spOmD9lOAPPDPGo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFowA/KOWljz2T2BgYJkOxETtCXB8HmxxQRsAvZ9kJs2kBzrEj/J7LgWDncUDkCbmbXEArf2FLM/o4whNX/FIa19jsIpVNCchBisfzOOIXW1xTE9A63SKDEl4ETU97kcGovcQBAKfZHlY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAfKORgYCgC4mIOOloKBPycDAwCQCzISV97KQVzBRgY5gnQ396dQDt3AbHeIAkvdyEGBg8hTDalIJeLPLlRQB7AFXe44peacY0MRuN2FKCDK+wMDFfZ6W/vQNSHIAAACK8NIg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFgxXMFWBgmCcw0K5AAG0hBgYdIUz2KBhaAFfc4Yrf0bgeBaNgeAEArncEPg==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="256" y="271"/>
|
||||
<object id="41" template="../obj/shop.tx" x="304" y="98"/>
|
||||
<object id="42" template="../obj/shop.tx" x="400" y="162"/>
|
||||
<object id="43" template="../obj/shop.tx" x="353" y="98"/>
|
||||
<object id="44" template="../obj/shop.tx" x="208" y="162"/>
|
||||
<object id="45" template="../obj/shop.tx" x="304" y="162"/>
|
||||
<object id="46" template="../obj/shop.tx" x="352" y="162"/>
|
||||
<object id="47" template="../obj/inn.tx" x="215" y="82"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
41
forge-gui/res/adventure/Shandalar/maps/map/mountain_town.tmx
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="48">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlN0KgCAMRr3N9+n3rbLoRTPqcdrASMS1RWoXB4Rcx28rbaWUDdiA3XFEniMdMOl7H8VK1HPvG2E9MGf76qUyxGpTeZ/65mfGfUbLesx5JbNCdy+caVhnHOG8pD37in+Gkl4f9M7gb3/wlspcA43j8pbITH3bOd2YddH0P5XLLbm3cril93Rqt9Sb0s3NNpf7TdaU92jMewIfOqPa
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytld0OwUAQhacX2HoAJC68AQnB0yDxSBJBvAYSXKifh/LPTNrGZM1ut2WSE9maPd8c29Y0DzBNqTGqW4CvqnoAtUhL1ApVQpVRFe/TQ+u0vE5BZlKt0W+D2nqfaws2A+8hH1eZeDsF8PJD7ZXc41JtL7mH86AI0PdDPTOyySuI/OjT5EF9nMc18OU9TUuenuZhmn8o8H7JrHNjn4CdYWDJyvfo592y5LXlyCLX7DfsO6n/sk3nLbHvqKNKN8NBhXu4yOeR4T5zzU9Mk39SnXPy9aQzT8N0fTdQ2TL/kjMuU14T28ZsaLku6H1lcp1jLLDpPh1F34+E/XXGnmj/McS+MX9bZqpext9X55JmeXM/zTFn6ziz/kxKeW3cN3fBlwQ=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFQwXsYGFgkMaDd7FQph8X/saK39xQCuVhoJafgaGOnzi1xNrrLsTA4CEE4SOzYUCPk4FhJtDOWVS2V58dwUdmI4OzOMQpsTeHg4FhMhsEX6CTvV9YUdMgsvnIYY5LHBeb2HQDU3sWR5jjEsfFJtVe5DDPRWKfZ8cujszO4yDPXuQwRy8DQP4lJa8Tyt/EhgPIXlL8QA0wai95AAAvRTFX
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo4D2QFuIgUFHCJM9CugDcIU5rngZjaNRMAqGLwAA73wC4w==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="208" y="272"/>
|
||||
<object id="41" template="../obj/shop.tx" x="64" y="115"/>
|
||||
<object id="42" template="../obj/shop.tx" x="113" y="115"/>
|
||||
<object id="43" template="../obj/shop.tx" x="161" y="163"/>
|
||||
<object id="44" template="../obj/shop.tx" x="257" y="162"/>
|
||||
<object id="45" template="../obj/shop.tx" x="304" y="162"/>
|
||||
<object id="46" template="../obj/shop.tx" x="351" y="162"/>
|
||||
<object id="47" template="../obj/inn.tx" x="214" y="114"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
41
forge-gui/res/adventure/Shandalar/maps/map/plains_town.tmx
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="48">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlEsOgCAMRFki1/ATLyqGk6LGQ0hiSLApRWyJi9lQ4TnQjuuUckFeK7Ul2vW9ztESZDOKzNk81yfDZ5e4ufra2C9WP4LX0fC4fdh/6vdcCWbJM/wvSWY8e0AE65LMP+QF57GGGeeSOxNfeintFZhLLe4G9gqWS9jdSGQVdi7GhXMm8S45JsXleqaYKRfLNI5nKpst8S03t2q4aaZxc6vEvQCt8SCT
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VEsOgjAQ7bJdcC82guE6GK+EovfQQ6AbED2CbdpJBtLPTCW+5IXS0nl9nWGE+A8OhX22BW/fgMaVZ/3pmQONkSeVjTIwz/UaQieFeCvLs4x/azSPDN27svFPjlhjp8eV40zUN9pU36OOd5VLDXOGD9IF1sruGeIhvbip5XsX0PBxjnjm5nftN8VapWMCQjUIaIiavT7fK6I7aT4Ca+ZezV3heqXcc0ozhcbliZpT4P4HTQNuPrfwmqvNqSWK9kVaTqtz9G4OuIXXEHBNQ+9I9acYUv8QAPxj31BLlP6U08MwsO/cGv4CS6dfbw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAOVPASqZBMUE6C+aSorcKjtpLGfsIHtrAwMIhTGW9jIWxvICuEfoVFzodMv8DMJEaNOZC2AGJLKN8bTR2nEAMDlxD17b0KpK8B8XUcevTZibOTVHuL2RgYSoC4lA3Cf4mm7izQXj1O6tqLHqbofJi92AC2PEGKfwkBkL3E5l9q20ssIGQmqEyBqWFDSqvY2DB7CamD2UsobGD2IqdXbGyYvYTUIZuJrYyHicHU5HAwMExmg+BcLOzz7LjlQDiPA9NefOADK3HlHsi/xJapn4hMM4QAyP0ge4lNg6QCXPUTIXuJqdcAfrMyvQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFowAVePMxMPgAsS8ffe1NB9qXAcSZdLZ3FAx98EqQMJsUdaNgFAxnAAC5LwhT
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="224" y="271"/>
|
||||
<object id="41" template="../obj/shop.tx" x="97" y="193"/>
|
||||
<object id="42" template="../obj/shop.tx" x="304" y="193"/>
|
||||
<object id="43" template="../obj/shop.tx" x="352" y="194"/>
|
||||
<object id="44" template="../obj/shop.tx" x="144" y="194"/>
|
||||
<object id="45" template="../obj/shop.tx" x="255" y="194"/>
|
||||
<object id="46" template="../obj/shop.tx" x="192" y="193"/>
|
||||
<object id="47" template="../obj/inn.tx" x="225" y="99"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
41
forge-gui/res/adventure/Shandalar/maps/map/swamp_town.tmx
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="48">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyL4GZgiBjFo3gUj+JRPIpH8YjAAH23xTs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydVUtSg0AQ7QUkBCsnMH42uo0eQC8UPcKQFPfws9Rz6BY9gpp4D+0m82qaZkBwqrpggOnX7/VjppgRFT5+JkQ0DXMdxznRV0b1OOT776z9zZafHfG7D76e5vE8D5z/0WDc8fx+2swj+eW68zkxBHuhYmcwbV3IdcVxnTWfxWp3fL+eUWssE6LLpP1c6pF1pcGTHKXKjzpLo8fGY5UKV7AufOTck4NJmCNQC/SQ3KjFzYJ2de55s2dbpSnWLD3WW9IfUktMB8vBaoQa7aj+wOvDFl7gVms73/sAPo31UOs6FBfYWncZZynReRq4Sy8t/lBdY/HM627SfdymIecL37/6ufP/pnh/o7Qfo6uN947+CrdPz88pD68V7xXX9fRPvrq/0kvtH/Gu8HPmfx3r37GcoS9qsP6ufJ/GcEZfZY3FFR1P8rB/dnmr8jUP0Rt48FAV+Zec2ZeAC2+B90rl6cMWTO1ZfI864CV7Tuh+Fx37CTgMwYSeMd9aXJwhen+0AxzQvxgmOCw8D2gYO1/1t12YMe5dfo3h2/NV6vgFXcroBg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAcNPJSJk9tQG/7KAUNQPc6MDEwLGYkDzsxkW5nPTSM7pKhFwZI1Yvsxzpm7GrY+RgYOPioay8x6vXZqWMODIDilBj1Z5HsdRdiYPAQwmRT4l9cZiLbq4+DTYm9uMxEtvcckD2ZDYLzOKhjbw7QHCN2TPZZHG4AAVi4kGsvTD/IPph/LqDZa8CO6kcQgIULufZiS7Nn0eyFuckQS1iTay/MTFDYgvwFotHtRXYPetmGK+8TshcGQPaD/ACiczkgfstFCnuYHykp20Cghhl/mYvNb6T4r46Meuou1F5K/QYAz8ROLA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg8oIZ3oF0wCmDgNTAu3tA4PpoGaXxrCzEw6Ahhsmllph4n5eYPB0BpWFMrrpBByyBJo4PFHcSAeiq4Febf5iHk76EEAPQWCPI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="208" y="272"/>
|
||||
<object id="41" template="../obj/shop.tx" x="129" y="146"/>
|
||||
<object id="42" template="../obj/shop.tx" x="177" y="145"/>
|
||||
<object id="43" template="../obj/shop.tx" x="321" y="129"/>
|
||||
<object id="44" template="../obj/shop.tx" x="114" y="194"/>
|
||||
<object id="45" template="../obj/shop.tx" x="273" y="130"/>
|
||||
<object id="46" template="../obj/shop.tx" x="337" y="177"/>
|
||||
<object id="47" template="../obj/inn.tx" x="230" y="98"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
41
forge-gui/res/adventure/Shandalar/maps/map/waste_town.tmx
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="17" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="48">
|
||||
<editorsettings>
|
||||
<export target="wastetown..tmx" format="tmx"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
||||
<tileset firstgid="3477" source="../tileset/buildings.tsx"/>
|
||||
<layer id="1" name="Background" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyr4GZgqBjFo3gUj+JRPIpH8YjAAA0oBQo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Ground" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAEk7GIDXVAjp8eczEwuGHBT6AYxH7KRZ57HiOZg2weiHYH4iZu/NiVTLsbCZhLDHYlw+8rOSm3F4abuQfGXmL9/ZjIOKS2v6kRt9jwck789srzMDBwUzGcibWXVn4mJm9RM13BMCfQTEUe+ttLTH4CxTEX0G4FIuMa5BcuKAap54Tq5UISJ+RXXG6AmUnILyD1pNpBCOAKf1LKJHIArjxGrr0Avw6QUg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Foreground" width="30" height="17">
|
||||
<properties>
|
||||
<property name="spriteLayer" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAeTOEgQTESmExAHyF5XIBc94DADhYGBmka4l0s2P0Xykq+m4kB2MwHhdNA2ItPnNr2fsVjLz8/A4MAP2Gz3IUYGDyE8LOxmQ8KX1gco/vXkQvTnvfsuNXgYmOzF5/4A6Bedk7seCmUfoikBht7GSd+e7/icQ82gM0/hNSRk66igXEdA41vPU6EeYTiF91ebOULIf+yIYWzCxemf7CxKfUvOnDiIi5+H2GxF70sJjV+NRiJV4/PfFqkK2LM/8JKfPkOspfUeuQbmr3o4U2oTgO5G2QvJeUqyE4Au+wy+Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="AboveSprites" width="30" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2BwAW0hBgYdIfzsUTD4gT0/A4MDP6b4aPyOglEwsAAA60QDgA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="4" name="Objects">
|
||||
<object id="38" template="../obj/entry_up.tx" x="208" y="272"/>
|
||||
<object id="41" template="../obj/shop.tx" x="241" y="113"/>
|
||||
<object id="42" template="../obj/shop.tx" x="289" y="113"/>
|
||||
<object id="43" template="../obj/shop.tx" x="337" y="113"/>
|
||||
<object id="44" template="../obj/shop.tx" x="241" y="177"/>
|
||||
<object id="45" template="../obj/shop.tx" x="288" y="177"/>
|
||||
<object id="46" template="../obj/shop.tx" x="337" y="177"/>
|
||||
<object id="47" template="../obj/inn.tx" x="150" y="177"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
9
forge-gui/res/adventure/Shandalar/maps/obj/Enemy.tx
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="Enemy" type="enemy" gid="1307" width="16" height="16">
|
||||
<properties>
|
||||
<property name="enemy" value=""/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
9
forge-gui/res/adventure/Shandalar/maps/obj/Gold.tx
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="Gold" type="enemy" gid="501" width="16" height="16">
|
||||
<properties>
|
||||
<property name="enemy" value="Gold"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
9
forge-gui/res/adventure/Shandalar/maps/obj/Treasure.tx
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="Treasure" type="enemy" gid="504" width="16" height="16">
|
||||
<properties>
|
||||
<property name="enemy" value="Treasure"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
6
forge-gui/res/adventure/Shandalar/maps/obj/entry.tx
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<object name="Entry" type="entry">
|
||||
<point/>
|
||||
</object>
|
||||
</template>
|
||||
10
forge-gui/res/adventure/Shandalar/maps/obj/entry_down.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="entryDown" type="entry" gid="1073743055" width="16" height="16">
|
||||
<properties>
|
||||
<property name="direction" value="down"/>
|
||||
<property name="teleport" value=""/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
10
forge-gui/res/adventure/Shandalar/maps/obj/entry_left.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="entryLeft" type="entry" gid="1232" width="16" height="16">
|
||||
<properties>
|
||||
<property name="direction" value="left"/>
|
||||
<property name="teleport" value=""/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
10
forge-gui/res/adventure/Shandalar/maps/obj/entry_right.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="entryRight" type="entry" gid="1232" width="16" height="16">
|
||||
<properties>
|
||||
<property name="direction" value="right"/>
|
||||
<property name="teleport" value=""/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
10
forge-gui/res/adventure/Shandalar/maps/obj/entry_up.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="entryUp" type="entry" gid="1231" width="16" height="16">
|
||||
<properties>
|
||||
<property name="direction" value="up"/>
|
||||
<property name="teleport" value=""/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
4
forge-gui/res/adventure/Shandalar/maps/obj/exit.tx
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<object type="exit" width="16" height="16"/>
|
||||
</template>
|
||||
5
forge-gui/res/adventure/Shandalar/maps/obj/inn.tx
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="Inn" type="inn" gid="1335" width="16" height="16"/>
|
||||
</template>
|
||||
11
forge-gui/res/adventure/Shandalar/maps/obj/shop.tx
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
||||
<object name="Shop" type="shop" gid="1251" width="16" height="16">
|
||||
<properties>
|
||||
<property name="shopList" value=""/>
|
||||
<property name="signXOffset" type="float" value="16"/>
|
||||
<property name="signYOffset" type="float" value="-16"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<object name="townCenter" type="townCenter">
|
||||
<point/>
|
||||
</object>
|
||||
</template>
|
||||
123
forge-gui/res/adventure/Shandalar/maps/tileset/buildings.atlas
Normal file
@@ -0,0 +1,123 @@
|
||||
|
||||
buildings.png
|
||||
size: 448,800
|
||||
format: RGBA8888
|
||||
filter: Nearest,Nearest
|
||||
repeat: none
|
||||
IslandTown
|
||||
xy: 144, 0
|
||||
size: 48, 48
|
||||
MountainTown
|
||||
xy: 48, 0
|
||||
size: 48, 48
|
||||
SwampTown
|
||||
xy: 0, 0
|
||||
size: 48, 48
|
||||
ForestTown
|
||||
xy: 352, 496
|
||||
size: 32, 32
|
||||
ForestTown
|
||||
xy: 384, 496
|
||||
size: 32, 32
|
||||
ForestTown
|
||||
xy: 416, 496
|
||||
size: 32, 32
|
||||
PlainsTown
|
||||
xy: 96, 0
|
||||
size: 48, 48
|
||||
WasteTown
|
||||
xy: 272, 128
|
||||
size: 48, 48
|
||||
WasteTown
|
||||
xy: 320, 128
|
||||
size: 48, 48
|
||||
Gate
|
||||
xy: 384, 128
|
||||
size: 64, 48
|
||||
Monestory
|
||||
xy: 384, 592
|
||||
size: 64, 64
|
||||
Castle
|
||||
xy: 0, 464
|
||||
size: 64, 64
|
||||
Castle
|
||||
xy: 64, 464
|
||||
size: 64, 64
|
||||
Graveyard
|
||||
xy: 368, 96
|
||||
size: 48, 32
|
||||
InstantShop
|
||||
xy: 304, 704
|
||||
size: 16, 16
|
||||
CreatureShop
|
||||
xy: 320, 704
|
||||
size: 16, 16
|
||||
GreenShop
|
||||
xy: 336, 704
|
||||
size: 16, 16
|
||||
RedShop
|
||||
xy: 352, 704
|
||||
size: 16, 16
|
||||
WhiteShop
|
||||
xy: 369, 704
|
||||
size: 16, 16
|
||||
LandShop
|
||||
xy: 304, 720
|
||||
size: 16, 16
|
||||
ColorlessShop
|
||||
xy: 320, 720
|
||||
size: 16, 16
|
||||
BlackShop
|
||||
xy: 336, 720
|
||||
size: 16, 16
|
||||
BlueShop
|
||||
xy: 352, 720
|
||||
size: 16, 16
|
||||
MultiColorShop
|
||||
xy: 369, 720
|
||||
size: 16, 16
|
||||
SelesnyaShop
|
||||
xy: 304, 736
|
||||
size: 16, 16
|
||||
AzoriusShop
|
||||
xy: 320, 736
|
||||
size: 16, 16
|
||||
DimirShop
|
||||
xy: 336, 736
|
||||
size: 16, 16
|
||||
RakdosShop
|
||||
xy: 352, 736
|
||||
size: 16, 16
|
||||
GruulShop
|
||||
xy: 369, 736
|
||||
size: 16, 16
|
||||
SimicShop
|
||||
xy: 304, 752
|
||||
size: 16, 16
|
||||
OrzhovShop
|
||||
xy: 320, 752
|
||||
size: 16, 16
|
||||
IzzetShop
|
||||
xy: 336, 752
|
||||
size: 16, 16
|
||||
GolgariShop
|
||||
xy: 352, 752
|
||||
size: 16, 16
|
||||
BorosShop
|
||||
xy: 369, 752
|
||||
size: 16, 16
|
||||
GoblinShop
|
||||
xy: 304, 768
|
||||
size: 16, 16
|
||||
ZombieShop
|
||||
xy: 320, 768
|
||||
size: 16, 16
|
||||
HumanShop
|
||||
xy: 336, 768
|
||||
size: 16, 16
|
||||
ElfShop
|
||||
xy: 352, 768
|
||||
size: 16, 16
|
||||
MerfolkShop
|
||||
xy: 369, 768
|
||||
size: 16, 16
|
||||
BIN
forge-gui/res/adventure/Shandalar/maps/tileset/buildings.png
Normal file
|
After Width: | Height: | Size: 195 KiB |
127
forge-gui/res/adventure/Shandalar/maps/tileset/buildings.tsx
Normal file
@@ -0,0 +1,127 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.5" tiledversion="1.7.2" name="buildings" tilewidth="16" tileheight="16" tilecount="1400" columns="28">
|
||||
<image source="buildings.png" width="448" height="800"/>
|
||||
<tile id="114">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="2" y="0" width="14" height="14"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="115">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="14" height="14"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="170">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="2" y="0" width="14" height="16"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="171">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="14" height="16"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="210">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="1" y="0" width="15" height="14"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="211">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="16" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="212">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="15" height="14"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="428">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="12" width="16" height="4"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="429">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="12" width="16" height="4"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="454">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="1" y="0" width="15" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="455">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="12" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="456">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="16" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="457">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="15" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="804">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="2" y="0" width="14" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="805">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="14" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1137">
|
||||
<objectgroup draworder="index" id="3">
|
||||
<object id="2" x="0" y="0" width="16" height="13"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1138">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="1" y="0" width="15" height="14"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1139">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="15" height="14"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1140">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="2" y="0" width="14" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1141">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="14" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1142">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="8" height="13"/>
|
||||
<object id="2" x="8" y="0" width="8" height="15"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1143">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="8" height="15"/>
|
||||
<object id="2" x="8" y="0" width="7" height="13"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1202">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="16" height="14"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1203">
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="0" y="0" width="2" height="14"/>
|
||||
<object id="2" x="2" y="0" width="12" height="10"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
</tileset>
|
||||
BIN
forge-gui/res/adventure/Shandalar/maps/tileset/buildings.xcf
Normal file
BIN
forge-gui/res/adventure/Shandalar/maps/tileset/items.xcf
Normal file
BIN
forge-gui/res/adventure/Shandalar/maps/tileset/main.png
Normal file
|
After Width: | Height: | Size: 316 KiB |
1122
forge-gui/res/adventure/Shandalar/maps/tileset/main.tsx
Normal file
BIN
forge-gui/res/adventure/Shandalar/maps/tileset/main.xcf
Normal file
102
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy(1).fnt
Normal file
@@ -0,0 +1,102 @@
|
||||
info face="MiKrollFantasy(1)" size=12 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=2 padding=1,1,1,1 spacing=0,0
|
||||
common lineHeight=28 base=21 scaleW=506 scaleH=39 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
|
||||
page id=0 file="MiKrollFantasy(1).png"
|
||||
chars count=97
|
||||
char id=0 x=2 y=2 width=9 height=22 xoffset=0 yoffset=-1 xadvance=12 page=0 chnl=0
|
||||
char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=-1 xadvance=10 page=0 chnl=0
|
||||
char id=33 x=289 y=2 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=34 x=332 y=26 width=6 height=4 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=35 x=124 y=26 width=10 height=10 xoffset=-1 yoffset=11 xadvance=12 page=0 chnl=0
|
||||
char id=36 x=129 y=2 width=8 height=12 xoffset=-1 yoffset=11 xadvance=10 page=0 chnl=0
|
||||
char id=37 x=278 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=38 x=136 y=26 width=10 height=10 xoffset=-1 yoffset=11 xadvance=12 page=0 chnl=0
|
||||
char id=39 x=344 y=26 width=2 height=4 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=40 x=37 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=41 x=43 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=42 x=288 y=26 width=6 height=6 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=43 x=296 y=26 width=6 height=6 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=44 x=340 y=26 width=2 height=4 xoffset=-1 yoffset=19 xadvance=4 page=0 chnl=0
|
||||
char id=45 x=366 y=26 width=4 height=2 xoffset=-1 yoffset=15 xadvance=6 page=0 chnl=0
|
||||
char id=46 x=362 y=26 width=2 height=2 xoffset=-1 yoffset=19 xadvance=4 page=0 chnl=0
|
||||
char id=47 x=77 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=48 x=303 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=49 x=395 y=2 width=6 height=12 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=50 x=385 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=51 x=375 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=52 x=363 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=53 x=353 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=54 x=343 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=55 x=333 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=56 x=323 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=57 x=313 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=58 x=221 y=2 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=59 x=33 y=2 width=2 height=14 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=60 x=112 y=26 width=10 height=10 xoffset=-1 yoffset=11 xadvance=12 page=0 chnl=0
|
||||
char id=61 x=304 y=26 width=6 height=6 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=62 x=98 y=26 width=12 height=10 xoffset=-1 yoffset=11 xadvance=14 page=0 chnl=0
|
||||
char id=63 x=267 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=64 x=85 y=2 width=14 height=14 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0
|
||||
char id=65 x=109 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=66 x=119 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=67 x=143 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=68 x=153 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=69 x=163 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=70 x=173 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=71 x=183 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=72 x=193 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=73 x=203 y=2 width=6 height=12 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=74 x=211 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=75 x=225 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=76 x=235 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=77 x=245 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=78 x=257 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=79 x=277 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=80 x=293 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=81 x=21 y=2 width=10 height=14 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=82 x=403 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=83 x=423 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=84 x=433 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=85 x=445 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=86 x=455 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=87 x=473 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=88 x=485 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=89 x=10 y=26 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=90 x=22 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=91 x=49 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=92 x=101 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=93 x=55 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=94 x=324 y=26 width=6 height=4 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=95 x=352 y=26 width=8 height=2 xoffset=-1 yoffset=19 xadvance=10 page=0 chnl=0
|
||||
char id=96 x=348 y=26 width=2 height=4 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=97 x=250 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=98 x=32 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=99 x=270 y=26 width=6 height=8 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=100 x=56 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=101 x=148 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=102 x=90 y=26 width=6 height=12 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=103 x=80 y=26 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=104 x=70 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=105 x=66 y=26 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=106 x=13 y=2 width=6 height=16 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=107 x=46 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=108 x=42 y=26 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=109 x=158 y=26 width=10 height=8 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0
|
||||
char id=110 x=170 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=111 x=180 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=112 x=0 y=26 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=113 x=497 y=2 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=114 x=190 y=26 width=6 height=8 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=115 x=198 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=116 x=467 y=2 width=4 height=12 xoffset=-1 yoffset=9 xadvance=6 page=0 chnl=0
|
||||
char id=117 x=208 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=118 x=218 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=119 x=228 y=26 width=10 height=8 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0
|
||||
char id=120 x=240 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=121 x=413 y=2 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=122 x=260 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=123 x=61 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=124 x=139 y=2 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=125 x=69 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=126 x=312 y=26 width=10 height=6 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0
|
||||
char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=21 xadvance=10 page=0 chnl=0
|
||||
kernings count=0
|
||||
BIN
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy(1).png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
102
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy(2).fnt
Normal file
@@ -0,0 +1,102 @@
|
||||
info face="MiKrollFantasy(2)" size=12 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=2 padding=1,1,1,1 spacing=0,0
|
||||
common lineHeight=14 base=10 scaleW=506 scaleH=18 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
|
||||
page id=0 file="MiKrollFantasy(2).png"
|
||||
chars count=97
|
||||
char id=0 x=2 y=2 width=5 height=11 xoffset=-1 yoffset=-1 xadvance=6 page=0 chnl=0
|
||||
char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=-1 xadvance=5 page=0 chnl=0
|
||||
char id=33 x=178 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=34 x=5 y=15 width=3 height=2 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=35 x=384 y=2 width=5 height=5 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=0
|
||||
char id=36 x=81 y=2 width=4 height=6 xoffset=-1 yoffset=5 xadvance=5 page=0 chnl=0
|
||||
char id=37 x=476 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=38 x=391 y=2 width=5 height=5 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=0
|
||||
char id=39 x=10 y=15 width=1 height=2 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=40 x=24 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=41 x=28 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=42 x=482 y=2 width=3 height=3 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=43 x=487 y=2 width=3 height=3 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=44 x=504 y=2 width=1 height=2 xoffset=-1 yoffset=9 xadvance=2 page=0 chnl=0
|
||||
char id=45 x=25 y=15 width=2 height=1 xoffset=-1 yoffset=7 xadvance=3 page=0 chnl=0
|
||||
char id=46 x=22 y=15 width=1 height=1 xoffset=-1 yoffset=9 xadvance=2 page=0 chnl=0
|
||||
char id=47 x=50 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=48 x=187 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=49 x=242 y=2 width=3 height=6 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=50 x=236 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=51 x=230 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=52 x=223 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=53 x=217 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=54 x=211 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=55 x=205 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=56 x=199 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=57 x=193 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=58 x=137 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=59 x=21 y=2 width=1 height=7 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=60 x=377 y=2 width=5 height=5 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=0
|
||||
char id=61 x=492 y=2 width=3 height=3 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=62 x=369 y=2 width=6 height=5 xoffset=-1 yoffset=5 xadvance=7 page=0 chnl=0
|
||||
char id=63 x=165 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=64 x=55 y=2 width=7 height=7 xoffset=-1 yoffset=3 xadvance=8 page=0 chnl=0
|
||||
char id=65 x=69 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=66 x=75 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=67 x=90 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=68 x=96 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=69 x=102 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=70 x=108 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=71 x=114 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=72 x=120 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=73 x=126 y=2 width=3 height=6 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=74 x=131 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=75 x=140 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=76 x=146 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=77 x=152 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=78 x=159 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=79 x=171 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=80 x=181 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=81 x=14 y=2 width=5 height=7 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=82 x=247 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=83 x=259 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=84 x=265 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=85 x=272 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=86 x=278 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=87 x=289 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=88 x=296 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=89 x=315 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=90 x=322 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=91 x=32 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=92 x=64 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=93 x=36 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=94 x=0 y=15 width=3 height=2 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=95 x=16 y=15 width=4 height=1 xoffset=-1 yoffset=9 xadvance=5 page=0 chnl=0
|
||||
char id=96 x=13 y=15 width=1 height=2 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=97 x=459 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=98 x=328 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=99 x=471 y=2 width=3 height=4 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=100 x=343 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=101 x=398 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=102 x=364 y=2 width=3 height=6 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=103 x=358 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=104 x=352 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=105 x=349 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=106 x=9 y=2 width=3 height=8 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=107 x=337 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=108 x=334 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=109 x=404 y=2 width=5 height=4 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=0
|
||||
char id=110 x=411 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=111 x=417 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=112 x=309 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=113 x=303 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=114 x=423 y=2 width=3 height=4 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=115 x=428 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=116 x=285 y=2 width=2 height=6 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0
|
||||
char id=117 x=434 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=118 x=440 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=119 x=446 y=2 width=5 height=4 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=0
|
||||
char id=120 x=453 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=121 x=253 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=122 x=465 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=123 x=40 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=124 x=87 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=125 x=45 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=126 x=497 y=2 width=5 height=3 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=0
|
||||
char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=10 xadvance=5 page=0 chnl=0
|
||||
kernings count=0
|
||||
BIN
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy(2).png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
102
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy(3).fnt
Normal file
@@ -0,0 +1,102 @@
|
||||
info face="MiKrollFantasy(3)" size=12 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=2 padding=1,1,1,1 spacing=0,0
|
||||
common lineHeight=28 base=21 scaleW=506 scaleH=39 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
|
||||
page id=0 file="MiKrollFantasy(3).png"
|
||||
chars count=97
|
||||
char id=0 x=2 y=2 width=9 height=22 xoffset=0 yoffset=-1 xadvance=12 page=0 chnl=0
|
||||
char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=-1 xadvance=10 page=0 chnl=0
|
||||
char id=33 x=289 y=2 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=34 x=332 y=26 width=6 height=4 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=35 x=124 y=26 width=10 height=10 xoffset=-1 yoffset=11 xadvance=12 page=0 chnl=0
|
||||
char id=36 x=129 y=2 width=8 height=12 xoffset=-1 yoffset=11 xadvance=10 page=0 chnl=0
|
||||
char id=37 x=278 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=38 x=136 y=26 width=10 height=10 xoffset=-1 yoffset=11 xadvance=12 page=0 chnl=0
|
||||
char id=39 x=344 y=26 width=2 height=4 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=40 x=37 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=41 x=43 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=42 x=288 y=26 width=6 height=6 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=43 x=296 y=26 width=6 height=6 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=44 x=340 y=26 width=2 height=4 xoffset=-1 yoffset=19 xadvance=4 page=0 chnl=0
|
||||
char id=45 x=366 y=26 width=4 height=2 xoffset=-1 yoffset=15 xadvance=6 page=0 chnl=0
|
||||
char id=46 x=362 y=26 width=2 height=2 xoffset=-1 yoffset=19 xadvance=4 page=0 chnl=0
|
||||
char id=47 x=77 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=48 x=303 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=49 x=395 y=2 width=6 height=12 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=50 x=385 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=51 x=375 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=52 x=363 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=53 x=353 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=54 x=343 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=55 x=333 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=56 x=323 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=57 x=313 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=58 x=221 y=2 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=59 x=33 y=2 width=2 height=14 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=60 x=112 y=26 width=10 height=10 xoffset=-1 yoffset=11 xadvance=12 page=0 chnl=0
|
||||
char id=61 x=304 y=26 width=6 height=6 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=62 x=98 y=26 width=12 height=10 xoffset=-1 yoffset=11 xadvance=14 page=0 chnl=0
|
||||
char id=63 x=267 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=64 x=85 y=2 width=14 height=14 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0
|
||||
char id=65 x=109 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=66 x=119 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=67 x=143 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=68 x=153 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=69 x=163 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=70 x=173 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=71 x=183 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=72 x=193 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=73 x=203 y=2 width=6 height=12 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=74 x=211 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=75 x=225 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=76 x=235 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=77 x=245 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=78 x=257 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=79 x=277 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=80 x=293 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=81 x=21 y=2 width=10 height=14 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=82 x=403 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=83 x=423 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=84 x=433 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=85 x=445 y=2 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=86 x=455 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=87 x=473 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=88 x=485 y=2 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=89 x=10 y=26 width=10 height=12 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0
|
||||
char id=90 x=22 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=91 x=49 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=92 x=101 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=93 x=55 y=2 width=4 height=14 xoffset=-1 yoffset=7 xadvance=6 page=0 chnl=0
|
||||
char id=94 x=324 y=26 width=6 height=4 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=95 x=352 y=26 width=8 height=2 xoffset=-1 yoffset=19 xadvance=10 page=0 chnl=0
|
||||
char id=96 x=348 y=26 width=2 height=4 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=97 x=250 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=98 x=32 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=99 x=270 y=26 width=6 height=8 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=100 x=56 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=101 x=148 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=102 x=90 y=26 width=6 height=12 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=103 x=80 y=26 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=104 x=70 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=105 x=66 y=26 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=106 x=13 y=2 width=6 height=16 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0
|
||||
char id=107 x=46 y=26 width=8 height=12 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0
|
||||
char id=108 x=42 y=26 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=109 x=158 y=26 width=10 height=8 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0
|
||||
char id=110 x=170 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=111 x=180 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=112 x=0 y=26 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=113 x=497 y=2 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=114 x=190 y=26 width=6 height=8 xoffset=-1 yoffset=13 xadvance=8 page=0 chnl=0
|
||||
char id=115 x=198 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=116 x=467 y=2 width=4 height=12 xoffset=-1 yoffset=9 xadvance=6 page=0 chnl=0
|
||||
char id=117 x=208 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=118 x=218 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=119 x=228 y=26 width=10 height=8 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0
|
||||
char id=120 x=240 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=121 x=413 y=2 width=8 height=12 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=122 x=260 y=26 width=8 height=8 xoffset=-1 yoffset=13 xadvance=10 page=0 chnl=0
|
||||
char id=123 x=61 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=124 x=139 y=2 width=2 height=12 xoffset=-1 yoffset=9 xadvance=4 page=0 chnl=0
|
||||
char id=125 x=69 y=2 width=6 height=14 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0
|
||||
char id=126 x=312 y=26 width=10 height=6 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0
|
||||
char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=21 xadvance=10 page=0 chnl=0
|
||||
kernings count=0
|
||||
BIN
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy(3).png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
102
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy.fnt
Normal file
@@ -0,0 +1,102 @@
|
||||
info face="MiKrollFantasy" size=12 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=2 padding=1,1,1,1 spacing=0,0
|
||||
common lineHeight=14 base=10 scaleW=506 scaleH=18 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
|
||||
page id=0 file="MiKrollFantasy.png"
|
||||
chars count=97
|
||||
char id=0 x=2 y=2 width=5 height=11 xoffset=-1 yoffset=-1 xadvance=6 page=0 chnl=0
|
||||
char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=-1 xadvance=5 page=0 chnl=0
|
||||
char id=33 x=178 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=34 x=5 y=15 width=3 height=2 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=35 x=384 y=2 width=5 height=5 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=0
|
||||
char id=36 x=81 y=2 width=4 height=6 xoffset=-1 yoffset=5 xadvance=5 page=0 chnl=0
|
||||
char id=37 x=476 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=38 x=391 y=2 width=5 height=5 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=0
|
||||
char id=39 x=10 y=15 width=1 height=2 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=40 x=24 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=41 x=28 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=42 x=482 y=2 width=3 height=3 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=43 x=487 y=2 width=3 height=3 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=44 x=504 y=2 width=1 height=2 xoffset=-1 yoffset=9 xadvance=2 page=0 chnl=0
|
||||
char id=45 x=25 y=15 width=2 height=1 xoffset=-1 yoffset=7 xadvance=3 page=0 chnl=0
|
||||
char id=46 x=22 y=15 width=1 height=1 xoffset=-1 yoffset=9 xadvance=2 page=0 chnl=0
|
||||
char id=47 x=50 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=48 x=187 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=49 x=242 y=2 width=3 height=6 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=50 x=236 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=51 x=230 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=52 x=223 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=53 x=217 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=54 x=211 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=55 x=205 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=56 x=199 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=57 x=193 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=58 x=137 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=59 x=21 y=2 width=1 height=7 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=60 x=377 y=2 width=5 height=5 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=0
|
||||
char id=61 x=492 y=2 width=3 height=3 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=62 x=369 y=2 width=6 height=5 xoffset=-1 yoffset=5 xadvance=7 page=0 chnl=0
|
||||
char id=63 x=165 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=64 x=55 y=2 width=7 height=7 xoffset=-1 yoffset=3 xadvance=8 page=0 chnl=0
|
||||
char id=65 x=69 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=66 x=75 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=67 x=90 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=68 x=96 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=69 x=102 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=70 x=108 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=71 x=114 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=72 x=120 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=73 x=126 y=2 width=3 height=6 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=74 x=131 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=75 x=140 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=76 x=146 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=77 x=152 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=78 x=159 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=79 x=171 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=80 x=181 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=81 x=14 y=2 width=5 height=7 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=82 x=247 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=83 x=259 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=84 x=265 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=85 x=272 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=86 x=278 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=87 x=289 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=88 x=296 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=89 x=315 y=2 width=5 height=6 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=0
|
||||
char id=90 x=322 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=91 x=32 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=92 x=64 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=93 x=36 y=2 width=2 height=7 xoffset=-1 yoffset=3 xadvance=3 page=0 chnl=0
|
||||
char id=94 x=0 y=15 width=3 height=2 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=95 x=16 y=15 width=4 height=1 xoffset=-1 yoffset=9 xadvance=5 page=0 chnl=0
|
||||
char id=96 x=13 y=15 width=1 height=2 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=97 x=459 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=98 x=328 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=99 x=471 y=2 width=3 height=4 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=100 x=343 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=101 x=398 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=102 x=364 y=2 width=3 height=6 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=103 x=358 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=104 x=352 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=105 x=349 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=106 x=9 y=2 width=3 height=8 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
|
||||
char id=107 x=337 y=2 width=4 height=6 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
|
||||
char id=108 x=334 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=109 x=404 y=2 width=5 height=4 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=0
|
||||
char id=110 x=411 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=111 x=417 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=112 x=309 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=113 x=303 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=114 x=423 y=2 width=3 height=4 xoffset=-1 yoffset=6 xadvance=4 page=0 chnl=0
|
||||
char id=115 x=428 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=116 x=285 y=2 width=2 height=6 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0
|
||||
char id=117 x=434 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=118 x=440 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=119 x=446 y=2 width=5 height=4 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=0
|
||||
char id=120 x=453 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=121 x=253 y=2 width=4 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=122 x=465 y=2 width=4 height=4 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=0
|
||||
char id=123 x=40 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=124 x=87 y=2 width=1 height=6 xoffset=-1 yoffset=4 xadvance=2 page=0 chnl=0
|
||||
char id=125 x=45 y=2 width=3 height=7 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0
|
||||
char id=126 x=497 y=2 width=5 height=3 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=0
|
||||
char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=10 xadvance=5 page=0 chnl=0
|
||||
kernings count=0
|
||||
BIN
forge-gui/res/adventure/Shandalar/skin/MiKrollFantasy.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |