Skip to content

Property List

Jakub Dóka edited this page Jul 30, 2020 · 4 revisions

Property List

Bullet types

    //artillery
    artilleryDense, artilleryPlastic, artilleryPlasticFrag, artilleryHoming, artilleryIncendiary, artilleryExplosive, artilleryUnit,

    //flak
    flakScrap, flakLead, flakPlastic, flakExplosive, flakSurge, flakGlass, glassFrag,

    //missiles
    missileExplosive, missileIncendiary, missileSurge, missileJavelin, missileSwarm, missileRevenant,

    //standard
    standardCopper, standardDense, standardThorium, standardHoming, standardIncendiary, standardMechSmall,
    standardGlaive, standardDenseBig, standardThoriumBig, standardIncendiaryBig,

    //electric
    lancerLaser, meltdownLaser, lightning, arc, damageLightning,

    //liquid
    waterShot, cryoShot, slagShot, oilShot,

    //environment, misc.
    fireball, basicFlame, pyraFlame, driverBolt, healBullet, healBulletBig, frag, eruptorShot,

    //bombs
    bombExplosive, bombIncendiary, bombOil;

These are used in mindustry-server\config\mods\The_Worst\config\weapons.json as "bullet" property.

Trail Effects

placeBlock breakBlock smoke spawn tapBlock select vtolHover unitDrop unitPickup unitLand pickup healWave heal landShock 
reactorsmoke nuclearsmoke nuclearcloud redgeneratespark generatespark fuelburn plasticburn pulverize pulverizeRed 
pulverizeRedder pulverizeSmall pulverizeMedium producesmoke smeltsmoke formsmoke blastsmoke lava doorclose dooropen 
dooropenlarge doorcloselarge purify purifyoil purifystone generate mine mineBig mineHuge smelt teleportActivate teleport 
teleportOut ripple bubble launch healBlock healBlockFull healWaveMend overdriveWave overdriveBlockFull hitBulletSmall 
hitFuse hitBulletBig hitFlameSmall hitLiquid hitLaser hitLancer hitMeltdown despawn flakExplosion blastExplosion 
plasticExplosion artilleryTrail absorb flakExplosionBig plasticExplosionFlak burning fire fireSmoke steam fireballsmoke 
ballfire freezing melting wet oily overdriven shockwave bigShockwave nuclearShockwave explosion blockExplosion 
blockExplosionSmoke shootSmall shootHeal shootSmallSmoke shootBig shootBig2 shootBigSmoke shootBigSmoke2 shootSmallFlame 
shootPyraFlame shootLiquid shellEjectSmall shellEjectMedium shellEjectBig lancerLaserShoot lancerLaserShootSmoke 
lancerLaserCharge lancerLaserChargeBegin lightningCharge lightningShoot unitSpawn spawnShockwave magmasmoke impactShockwave 
impactcloud impactsmoke padlaunch commandSend coreLand routerAscend

These are used in mindustry-server\config\mods\The_Worst\config\pets.json as "trailName" property.

Permissions

loadout - Don t need vote to launch or use resources.

factory - Don t need vote to send or build units.

build - Builds instantly.

destruct - Destroys instantly.

suicide - Can use suicide command.

colorCombo - Player can choose to multiple color message. Plugin will interpolate between them and makes beautiful rainbow out of your messages.

These are used in mindustry-server\config\mods\The_Worst\config\specialRanks.json in "permissions" property.

Player Stats

playTime
buildingsBuilt
buildingsBroken
enemiesKilled
deaths
gamesPlayed
gamesWon
factoryVotes
age
messageCount
loadoutVotes

These are used in mindustry-server\config\mods\The_Worst\config\specialRanks.json in "quests" property.

Items

copper
lead
metaglass
graphite
sand
coal
titanium
thorium
scrap
silicon
plastanium
phase-fabric
surge-alloy
spore-pod
blast-compound
pyratite

These are used in mindustry-server\config\mods\The_Worst\config\weapons.json as "item" property.

Clone this wiki locally