Constant Values
These are non-keyword constants that can be matched by commands in the right context.
When parsing, _
, -
, and spaces (
) are ignored.
So for example resist-cold
is the same as resistcold
.
Cook Effects
These values can be used for the effect
item meta property
to specify cook effect for a food.
Constant | Description |
---|---|
allspeed | Alias for hasty |
attack | Alias for mighty |
attackup | Alias for mighty |
chill | Alias for chilly |
chilly | “Chilly” Cook Effect Internal Value: Some(4) |
defense | Alias for tough |
defenseup | Alias for tough |
electro | “Electro” Cook Effect Internal Value: Some(6) |
endur | Alias for endura |
endura | “Enduring” (Yellow Stamina) Cook Effect Internal Value: Some(15) |
enduring | Alias for endura |
energizing | Alias for stamina |
exguts | Alias for endura |
exgutsmaxup | Alias for endura |
fire | “Fireproof” Cook Effect Internal Value: Some(16) |
fireproof | Alias for fire |
guts | Alias for stamina |
gutsrecover | Alias for stamina |
hasty | “Hasty” (Speed Up) Cook Effect Internal Value: Some(13) |
hearty | “Hearty” Cook Effect Internal Value: Some(2) |
lifemaxup | Alias for hearty |
mighty | “Mighty” (Attack Up) Cook Effect Internal Value: Some(10) |
movingspeed | Alias for hasty |
none | No cook effect Internal Value: Some(-1) |
quiet | Alias for sneaky |
quietness | Alias for sneaky |
resistcold | Alias for spicy |
resistelectric | Alias for electro |
resistfire | Alias for fire |
resistflame | Alias for fire |
resisthot | Alias for chilly |
sneaky | “Sneaky” (Stealth Up) Cook Effect Internal Value: Some(12) |
speed | Alias for hasty |
speedup | Alias for hasty |
spicy | “Spicy” Cook Effect Internal Value: Some(5) |
stam | Alias for stamina |
stamina | “Energizing” (Stamina Up) Cook Effect Internal Value: Some(14) |
staminaup | Alias for stamina |
stamup | Alias for stamina |
stealth | Alias for sneaky |
stealthup | Alias for sneaky |
tough | “Tough” (Defense Up) Cook Effect Internal Value: Some(11) |
Weapon Modifiers
These values can be used for the modifier
/modtype
item meta property
to specify modifier for an equipment.
Constant | Description |
---|---|
addguard | Alias for guard |
addguardplus | Shield Guard Up+ Internal Value: Some(0x80000100u32 as i32) |
addlife | Alias for durability |
addlifeplus | Durability Up+ Internal Value: Some(0x80000002u32 as i32) |
addpower | Alias for attack |
addpowerplus | Attack Up+ (Weapon or Bow) Internal Value: Some(0x80000001u32 as i32) |
attack | Attack Up (Weapon or Bow) Internal Value: Some(0x1) |
attackup | Alias for attack |
critical | Critical Hit Internal Value: Some(0x4) |
criticalhit | Alias for critical |
durability | Durability Up Internal Value: Some(0x2) |
durabilityup | Alias for durability |
guard | Shield Guard Up Internal Value: Some(0x100) |
guardup | Alias for guard |
longthrow | Long Throw Internal Value: Some(0x8) |
multishot | Bow Multishot Internal Value: Some(0x10) |
none | No modifier Internal Value: Some(0) |
plus | Make the modifier “Yellow” Internal Value: Some(0x80000000u32 as i32) |
quickshot | Bow Quickshot Internal Value: Some(0x40) |
rapidfire | Alias for quickshot |
shieldsurf | Alias for surfmaster |
shieldsurfup | Alias for surfmaster |
spreadfire | Alias for multishot |
surf | Alias for surfmaster |
surfmaster | Shield Surf Up Internal Value: Some(0x80) |
surfup | Alias for surfmaster |
throw | Alias for longthrow |
yellow | Alias for plus |
zoom | Bow Zoom Internal Value: Some(0x20) |
DLC Version
These values can be used for the dlc
system property
in the !system
command.
Constant | Description |
---|---|
all | Alias for ver3 |
championballad | Alias for ver3 |
championsballad | Alias for ver3 |
day1 | Alias for ver1 |
mastertrial | Alias for ver2 |
mastertrials | Alias for ver2 |
nodlc | Alias for none |
none | No DLC Internal Value: Some(0) |
plateau | Alias for ver1 |
ver1 | “Day 1” DLC Internal Value: Some(1) |
ver2 | Master Trials (DLC Pack 1, ver 2.0) Internal Value: Some(2) |
ver3 | Champion’s Ballad (DLC Pack 2, ver 3.0) Internal Value: Some(3) |