Merge pull request #3229 from schnautzr/master

add Naga Initiate enemy, nagawarrior sprite/atlas/deck
This commit is contained in:
Anthony Calosa
2023-06-11 08:00:33 +08:00
committed by GitHub
5 changed files with 182 additions and 0 deletions

View 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]

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -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",

View File

@@ -56,6 +56,7 @@
"Kor Warrior",
"Master White Wizard",
"Monk",
"Naga Initiate",
"Orthodoxy Duelist",
"Owl",
"Raven",