mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
Add normally placeable maces to the ZB config.
This commit is contained in:
parent
57a82e1a79
commit
5778803012
1 changed files with 58 additions and 2 deletions
|
|
@ -5038,6 +5038,62 @@ thingtypes
|
||||||
width = 8;
|
width = 8;
|
||||||
height = 208;
|
height = 208;
|
||||||
}
|
}
|
||||||
|
1130
|
||||||
|
{
|
||||||
|
title = "Small Mace";
|
||||||
|
sprite = "SMCEA0";
|
||||||
|
width = 17;
|
||||||
|
height = 34;
|
||||||
|
}
|
||||||
|
1131
|
||||||
|
{
|
||||||
|
title = "Big Mace";
|
||||||
|
sprite = "BMCEA0";
|
||||||
|
width = 34;
|
||||||
|
height = 68;
|
||||||
|
}
|
||||||
|
1132
|
||||||
|
{
|
||||||
|
title = "Small Grabbable Chain";
|
||||||
|
sprite = "SMCHA0";
|
||||||
|
width = 17;
|
||||||
|
height = 34;
|
||||||
|
}
|
||||||
|
1133
|
||||||
|
{
|
||||||
|
title = "Big Grabbable Chain";
|
||||||
|
sprite = "BMCHA0";
|
||||||
|
width = 17;
|
||||||
|
height = 34;
|
||||||
|
}
|
||||||
|
1134
|
||||||
|
{
|
||||||
|
title = "Yellow Spring Ball";
|
||||||
|
sprite = "YSPBA0";
|
||||||
|
width = 17;
|
||||||
|
height = 34;
|
||||||
|
}
|
||||||
|
1135
|
||||||
|
{
|
||||||
|
title = "Red Spring Ball";
|
||||||
|
sprite = "RSPBA0";
|
||||||
|
width = 34;
|
||||||
|
height = 68;
|
||||||
|
}
|
||||||
|
1136
|
||||||
|
{
|
||||||
|
title = "Small Fireball";
|
||||||
|
sprite = "SFBRA0";
|
||||||
|
width = 17;
|
||||||
|
height = 34;
|
||||||
|
}
|
||||||
|
1136
|
||||||
|
{
|
||||||
|
title = "Large Fireball";
|
||||||
|
sprite = "BFBRA0";
|
||||||
|
width = 17;
|
||||||
|
height = 34;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
aridcanyon
|
aridcanyon
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue