Merge pull request #5185 from reaperrr/rank-palette
Makes rank chevron palette customizable
This commit is contained in:
BIN
mods/ts/bits/levelup.shp
Normal file
BIN
mods/ts/bits/levelup.shp
Normal file
Binary file not shown.
Binary file not shown.
BIN
mods/ts/maps/blank-testmap/map.bin
Normal file
BIN
mods/ts/maps/blank-testmap/map.bin
Normal file
Binary file not shown.
121
mods/ts/maps/blank-testmap/map.yaml
Normal file
121
mods/ts/maps/blank-testmap/map.yaml
Normal file
@@ -0,0 +1,121 @@
|
||||
Selectable: True
|
||||
|
||||
MapFormat: 6
|
||||
|
||||
RequiresMod: ts
|
||||
|
||||
Title: Blank Test Map
|
||||
|
||||
Description: Test Map
|
||||
|
||||
Author: Reaperrr
|
||||
|
||||
Tileset: INTERIOR
|
||||
|
||||
MapSize: 128,128
|
||||
|
||||
Bounds: 16,16,96,96
|
||||
|
||||
UseAsShellmap: False
|
||||
|
||||
Type: Conquest
|
||||
|
||||
Options:
|
||||
|
||||
Players:
|
||||
PlayerReference@Neutral:
|
||||
Name: Neutral
|
||||
OwnsWorld: True
|
||||
NonCombatant: True
|
||||
Race: gdi
|
||||
PlayerReference@Multi0:
|
||||
Name: Multi0
|
||||
Playable: True
|
||||
Race: Random
|
||||
Enemies: Creeps
|
||||
PlayerReference@Multi1:
|
||||
Name: Multi1
|
||||
Playable: True
|
||||
Race: Random
|
||||
Enemies: Creeps
|
||||
PlayerReference@Multi2:
|
||||
Name: Multi2
|
||||
Playable: True
|
||||
Race: Random
|
||||
Enemies: Creeps
|
||||
PlayerReference@Multi3:
|
||||
Name: Multi3
|
||||
Playable: True
|
||||
Race: Random
|
||||
Enemies: Creeps
|
||||
PlayerReference@Creeps:
|
||||
Name: Creeps
|
||||
NonCombatant: True
|
||||
Race: gdi
|
||||
Enemies: Multi0,Multi1,Multi2,Multi3
|
||||
|
||||
Actors:
|
||||
Actor0: mpspawn
|
||||
Location: 23,23
|
||||
Owner: Neutral
|
||||
Actor1: mpspawn
|
||||
Location: 103,23
|
||||
Owner: Neutral
|
||||
Actor2: gatech
|
||||
Location: 90,80
|
||||
Owner: Creeps
|
||||
Actor3: natech
|
||||
Location: 86,80
|
||||
Owner: Creeps
|
||||
Actor4: naradr
|
||||
Location: 82,80
|
||||
Owner: Creeps
|
||||
Actor5: hvr
|
||||
Location: 40,80
|
||||
Owner: Creeps
|
||||
Actor6: cyborg
|
||||
Location: 38,80
|
||||
Owner: Creeps
|
||||
Actor7: cyc2
|
||||
Location: 36,80
|
||||
Owner: Creeps
|
||||
Actor8: bike
|
||||
Location: 34,80
|
||||
Owner: Creeps
|
||||
Actor9: ttnk
|
||||
Location: 32,80
|
||||
Owner: Creeps
|
||||
Actor10: mmch
|
||||
Location: 30,80
|
||||
Owner: Creeps
|
||||
Actor11: gapowr
|
||||
Location: 90,85
|
||||
Owner: Creeps
|
||||
Actor12: gapowr
|
||||
Location: 87,85
|
||||
Owner: Creeps
|
||||
Actor13: napowr
|
||||
Location: 84,85
|
||||
Owner: Creeps
|
||||
Actor14: napowr
|
||||
Location: 81,85
|
||||
Owner: Creeps
|
||||
Actor15: napowr
|
||||
Location: 78,85
|
||||
Owner: Creeps
|
||||
|
||||
Smudges:
|
||||
|
||||
Rules:
|
||||
|
||||
Sequences:
|
||||
|
||||
VoxelSequences:
|
||||
|
||||
Weapons:
|
||||
|
||||
Voices:
|
||||
|
||||
Notifications:
|
||||
|
||||
Translations:
|
||||
@@ -107,6 +107,11 @@
|
||||
CargoType: Infantry
|
||||
HiddenUnderFog:
|
||||
GainsExperience:
|
||||
ChevronPalette: ra
|
||||
CostThreshold: 5, 10
|
||||
FirepowerModifier: 1.2, 1.5
|
||||
ArmorModifier: 1.2, 1.5
|
||||
SpeedModifier: 1.2, 1.5
|
||||
GivesExperience:
|
||||
DrawLineToTarget:
|
||||
ActorLostNotification:
|
||||
@@ -172,6 +177,11 @@
|
||||
AttackMove:
|
||||
HiddenUnderFog:
|
||||
GainsExperience:
|
||||
ChevronPalette: ra
|
||||
CostThreshold: 5, 10
|
||||
FirepowerModifier: 1.2, 1.5
|
||||
ArmorModifier: 1.2, 1.5
|
||||
SpeedModifier: 1.2, 1.5
|
||||
GivesExperience:
|
||||
DrawLineToTarget:
|
||||
ActorLostNotification:
|
||||
@@ -204,6 +214,11 @@
|
||||
HiddenUnderFog:
|
||||
AttackMove:
|
||||
GainsExperience:
|
||||
ChevronPalette: ra
|
||||
CostThreshold: 5, 10
|
||||
FirepowerModifier: 1.2, 1.5
|
||||
ArmorModifier: 1.2, 1.5
|
||||
SpeedModifier: 1.2, 1.5
|
||||
GivesExperience:
|
||||
DrawLineToTarget:
|
||||
ActorLostNotification:
|
||||
|
||||
@@ -17,6 +17,10 @@ World:
|
||||
Filename: cameo.pal
|
||||
AllowModifiers: false
|
||||
ShadowIndex: 242
|
||||
PaletteFromFile@ra:
|
||||
Name: ra
|
||||
Filename: palette.pal
|
||||
ShadowIndex: 4
|
||||
PaletteFromFile@effect:
|
||||
Name: effect
|
||||
Filename: anim.pal
|
||||
|
||||
@@ -53,10 +53,16 @@ beacon:
|
||||
Length: 12
|
||||
BlendMode: Additive
|
||||
|
||||
rank: # TODO: backfall to RA asset
|
||||
rank:
|
||||
crate-effects:
|
||||
levelup: levelup
|
||||
Start: 0
|
||||
Length: *
|
||||
Tick: 200
|
||||
|
||||
rank:
|
||||
rank: pips
|
||||
Start: 7
|
||||
Length: 2
|
||||
|
||||
mpspawn: # TODO: backfall to RA asset
|
||||
idle:
|
||||
|
||||
Reference in New Issue
Block a user