Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kord's spawn is more predictable #62206

Merged
merged 3 commits into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/json/items/gun/545x39.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
[ "stock", 1 ],
[ "underbarrel", 1 ]
],
"flags": [ "NEVER_JAMS" ],
"flags": [ "NEVER_JAMS", "MISSION_ITEM" ],
"weapon_category": [ "AUTOMATIC_RIFLES" ],
"pocket_data": [ { "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "ak74mag", "rpk74mag", "casket74mag" ] } ]
}
Expand Down
1 change: 1 addition & 0 deletions doc/JSON_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ These flags can be applied via JSON item definition to most items. Not to be co
- ```IS_PET_ARMOR``` ... Is armor for a pet monster, not armor for a person.
- ```LEAK_ALWAYS``` ... Leaks (may be combined with `RADIOACTIVE`).
- ```LEAK_DAM``` ... Leaks when damaged (may be combined with `RADIOACTIVE`).
- ```MISSION_ITEM``` ... This item's chance to spawn isn't affected by world item spawn scaling factor.
- ```MOP``` ... This item could be used to mop up spilled liquids like blood or water.
- ```NEEDS_UNFOLD``` ... Has an additional time penalty upon wielding. For melee weapons and guns this is offset by the relevant skill. Stacks with `SLOW_WIELD`.
- ```NO_PACKED``` ... This item is not protected against contamination and won't stay sterile. Only applies to CBMs.
Expand Down