aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate fields from assassin's throwing knife.HEADmasterjc_gargma2024-03-211-4/+0
|
* Add a looks_like for throwing knives, as the maid tileset lacks a wielded tile.jc_gargma2024-03-151-2/+4
| | | | Also fix the plural name for throwing knives.
* Slightly reduce the draw/holster time on several garter items.jc_gargma2024-03-121-3/+4
|
* Reduce the effectiveness of the assassin throwing knife in melee.jc_gargma2024-03-121-2/+2
|
* Fix several recipes not requiring thread.jc_gargma2024-02-041-64/+18
| | | | | | Convert several recipes to use sewing_standard. -leatherworking_standard is nowhere to be seen. Convert the larger hardcase recipes to no longer require the previous hardcase.
* Upgrade clothing to use armor_portion_data for coverage.jc_gargma2024-02-041-114/+194
| | | | | | | | | | | | | | Convert some tiered items to copy-from the base form, and convert others back to standalone. -armor_portion_data currently doesn't support copy-from :/ Convert garter belt, garter pouch, and petticoat back to actual armor pieces. -And make them COMPACT to ensure they don't cause layer penalties. Fix a few items not using str for names. Fix a few items still using pairs of individual body parts like leg_l and leg_r instead of legs. -That bug seems to have been fixed. Remove POWERARMOR_COMPATIBLE from maid headbands. Fix leather headband missing encumbrance. Reduce coverage on maid shoes and boots. Change sheer stockings material to nylon.
* Reduce raincoat volume to simulate folded volume.jc_gargma2024-01-241-1/+2
|
* Remove redundant COMPACT flag.jc_gargma2023-12-311-4/+4
|
* Add POWERARMOR_COMPATIBLE to various underwears as per upstream.jc_gargma2023-12-291-12/+12
|
* Convert prices tp cent/USD.jc_gargma2023-12-295-124/+132
| | | | Add missing price_postapoc for various items.
* Fix typo.jc_gargma2023-11-091-1/+1
|
* Rebalance draw_cost.jc_gargma2023-10-021-3/+3
|
* Use new blacksmithing_advanced requirement.jc_gargma2023-07-141-29/+10
|
* Add looks_like to kawaii_bootsjc_gargma2023-07-141-0/+1
|
* Convert lycra to nylon.jc_gargma2023-05-031-1/+1
|
* Fix abstracts appearing as valid maid style weapons.jc_gargma2023-03-311-3/+3
|
* Fix replica/fake naginata failing to inherit weapon categories from naginata.jc_gargma2023-03-311-0/+16
|
* Fix appliying custom weapon categories to existing items.jc_gargma2023-03-311-12/+12
| | | | -Extend is not supported for weapon_category.
* Copy type, not category.jc_gargma2023-03-311-3/+3
|
* Remove the one-handed medieval and japanese sword categories.jc_gargma2023-03-313-78/+9
|
* Convert to weapon categories.jc_gargma2023-03-313-146/+220
| | | | Define several unique weapon categories to limit intended weapons.
* Backport fixes/optimizations found when porting to DDA.jc_gargma2023-03-159-284/+166
|
* Fix garter purse weight.jc_gargma2023-02-011-1/+1
|
* Deprecate TALK json.jc_gargma2023-01-141-0/+0
|
* Fix friendly_msg -> summon_msg on mistress npc spawning item.jc_gargma2023-01-141-1/+1
|
* Rebalance to hit values.jc_gargma2023-01-131-6/+9
|
* Replace old FEET reference with updated foot_l,foot_rjc_gargma2023-01-131-1/+1
|
* Updated to use BN depends.jc_gargma2023-01-131-1/+1
|
* Fix typo in butchering quality of maid's cookware kit.jc_gargma2022-08-231-1/+1
|
* Update recipes with new wood_structural item lists.jc_gargma2022-05-281-7/+7
|
* Rebalance encumbrance for equipment with storage space.jc_gargma2022-02-024-102/+142
| | | | | | | | | | Fix many item prices. Convert note to // for compatibility. Clean up the japanese maid dress entry. Fix unarmored maid gloves from having 100% coverage. Fix typo in holster_prompt. Reduce transparent rain coat encumbrance to balance against the lack of storage space and inability to safely set VARSIZE on transforming items. Fix black bikini having no weight or volume.
* Fix the maid's whip to be under ranged.jc_gargma2022-01-251-2/+2
| | | | Fix the maid's claws to be under cutting.
* Fix the maid's broom not being piercing.jc_gargma2022-01-251-2/+2
| | | | Fix the maid's claws to use str_sp for the name.
* Rebalance maid's claws against the razorbar katar.jc_gargma2022-01-232-10/+12
| | | | Use the martial arts of the bionic claws for lack of any other comparable large claw weapon.
* Add the maid's claws to styles compatible with the bagh_nakha.jc_gargma2022-01-231-0/+11
|
* Add the maid's kitchen knife to styles compatible with the combat knife.jc_gargma2022-01-231-2/+24
|
* Change mistress class to be any demographic.jc_gargma2022-01-211-1/+1
|
* Fix pretty trait being given to maids twice.jc_gargma2022-01-211-2/+1
|
* Add looks_like to the new books.jc_gargma2022-01-211-0/+2
|
* Updated readme.jc_gargma2022-01-211-0/+2
|
* Clean up several recipe crafting times.jc_gargma2022-01-211-9/+9
|
* Typojc_gargma2022-01-211-1/+1
|
* Fix the Mistress shim item from summoning a Maid.jc_gargma2022-01-211-1/+1
|
* Change many recipes to require the new books.jc_gargma2022-01-211-59/+58
| | | | Some can also be learned from the anime convention magazine.
* Add new recipe books and item groups to spawn them.jc_gargma2022-01-212-0/+43
|
* Rename the maid vests.jc_gargma2022-01-211-3/+3
|
* Add the mop and broom to styles supporting the quarterstaff and naginata.jc_gargma2022-01-211-1/+23
|
* Rebalance the maid's mop as a lesser ironshod quarterstaff.jc_gargma2022-01-211-6/+9
|
* Provide some cutting ability to the unsheathed shirasaya.jc_gargma2022-01-201-1/+2
|
* Rebalance the kitchen maid weapons to be less overpowered.jc_gargma2022-01-201-28/+34
|