mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge pull request #3229 from schnautzr/master
add Naga Initiate enemy, nagawarrior sprite/atlas/deck
This commit is contained in:
28
forge-gui/res/adventure/Shandalar/decks/naga/nagawarrior.dck
Normal file
28
forge-gui/res/adventure/Shandalar/decks/naga/nagawarrior.dck
Normal file
@@ -0,0 +1,28 @@
|
||||
[metadata]
|
||||
Name=Amonkhet - Naga Warrior UG
|
||||
[Avatar]
|
||||
|
||||
[Main]
|
||||
4 Archers of Qarsi|FRF|1
|
||||
4 Blossoming Defense|SCD|1
|
||||
3 Desert of the Indomitable|HOU|1
|
||||
3 Desert of the Mindful|J22|1
|
||||
9 Forest|AKR|1
|
||||
4 Harmonize|DD1|1
|
||||
4 Honored Hydra|AKH|1
|
||||
4 Hooded Brawler|AKR|1
|
||||
9 Island|AKR|1
|
||||
4 Sidewinder Naga|HOU|1
|
||||
4 Silent Departure|HA3|1
|
||||
4 Tah-Crop Skirmisher|AKH|1
|
||||
4 Unsubstantiate|EMN|1
|
||||
[Sideboard]
|
||||
|
||||
[Planes]
|
||||
|
||||
[Schemes]
|
||||
|
||||
[Conspiracy]
|
||||
|
||||
[Dungeon]
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
nagawarrior.png
|
||||
size: 64,96
|
||||
format: RGBA8888
|
||||
filter: Nearest,Nearest
|
||||
repeat: none
|
||||
Avatar
|
||||
xy: 0, 0
|
||||
size: 16, 16
|
||||
Idle
|
||||
xy: 0, 16
|
||||
size: 16, 16
|
||||
Idle
|
||||
xy: 16, 16
|
||||
size: 16, 16
|
||||
Idle
|
||||
xy: 32, 16
|
||||
size: 16, 16
|
||||
Idle
|
||||
xy: 48, 16
|
||||
size: 16, 16
|
||||
Walk
|
||||
xy: 0, 32
|
||||
size: 16, 16
|
||||
Walk
|
||||
xy: 16, 32
|
||||
size: 16, 16
|
||||
Walk
|
||||
xy: 32, 32
|
||||
size: 16, 16
|
||||
Walk
|
||||
xy: 48, 32
|
||||
size: 16, 16
|
||||
Attack
|
||||
xy: 0, 48
|
||||
size: 16, 16
|
||||
Attack
|
||||
xy: 16, 48
|
||||
size: 16, 16
|
||||
Attack
|
||||
xy: 32, 48
|
||||
size: 16, 16
|
||||
Attack
|
||||
xy: 48, 48
|
||||
size: 16, 16
|
||||
Hit
|
||||
xy: 0, 64
|
||||
size: 16, 16
|
||||
Hit
|
||||
xy: 16, 64
|
||||
size: 16, 16
|
||||
Hit
|
||||
xy: 32, 64
|
||||
size: 16, 16
|
||||
Hit
|
||||
xy: 48, 64
|
||||
size: 16, 16
|
||||
Death
|
||||
xy: 0, 80
|
||||
size: 16, 16
|
||||
Death
|
||||
xy: 16, 80
|
||||
size: 16, 16
|
||||
Death
|
||||
xy: 32, 80
|
||||
size: 16, 16
|
||||
Death
|
||||
xy: 48, 80
|
||||
size: 16, 16
|
||||
BIN
forge-gui/res/adventure/Shandalar/sprites/naga/nagawarrior.png
Normal file
BIN
forge-gui/res/adventure/Shandalar/sprites/naga/nagawarrior.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@@ -14603,6 +14603,91 @@
|
||||
"BiomeBlack"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Naga Initiate",
|
||||
"sprite": "sprites/naga/nagawarrior.atlas",
|
||||
"deck": [
|
||||
"decks/naga/nagawarrior.dck"
|
||||
],
|
||||
"ai": "",
|
||||
"spawnRate": 1,
|
||||
"difficulty": 0.1,
|
||||
"speed": 25,
|
||||
"life": 16,
|
||||
"rewards": [
|
||||
{
|
||||
"type": "deckCard",
|
||||
"probability": 1,
|
||||
"count": 2,
|
||||
"addMaxCount": 4,
|
||||
"rarity": [
|
||||
"common",
|
||||
"uncommon"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "deckCard",
|
||||
"probability": 0.5,
|
||||
"count": 1,
|
||||
"addMaxCount": 2,
|
||||
"rarity": [
|
||||
"uncommon"
|
||||
],
|
||||
"cardTypes": [
|
||||
"Creature",
|
||||
"Artifact",
|
||||
"Enchantment",
|
||||
"Instant",
|
||||
"Sorcery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "deckCard",
|
||||
"probability": 0.25,
|
||||
"count": 1,
|
||||
"addMaxCount": 1,
|
||||
"rarity": [
|
||||
"rare"
|
||||
],
|
||||
"cardTypes": [
|
||||
"Creature",
|
||||
"Artifact",
|
||||
"Enchantment",
|
||||
"Instant",
|
||||
"Sorcery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "deckCard",
|
||||
"probability": 0.1,
|
||||
"count": 1,
|
||||
"rarity": [
|
||||
"rare"
|
||||
],
|
||||
"cardTypes": [
|
||||
"Land"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "gold",
|
||||
"probability": 0.3,
|
||||
"count": 10,
|
||||
"addMaxCount": 90
|
||||
}
|
||||
],
|
||||
"colors": "BR",
|
||||
"questTags": [
|
||||
"Humanoid",
|
||||
"Aggressive",
|
||||
"Naga",
|
||||
"Snake",
|
||||
"Tribal",
|
||||
"IdentityGreen",
|
||||
"BiomeWhite",
|
||||
"IdentityBlue",
|
||||
"IdentitySimic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Nahiri",
|
||||
"sprite": "sprites/boss/nahiri.atlas",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"Kor Warrior",
|
||||
"Master White Wizard",
|
||||
"Monk",
|
||||
"Naga Initiate",
|
||||
"Orthodoxy Duelist",
|
||||
"Owl",
|
||||
"Raven",
|
||||
|
||||
Reference in New Issue
Block a user