IdleSol

Results 101 comments of IdleSol

Some tests are. 1. Create a vehicle (1 frame). No effect 2. Add a seat or trunk. There is an effect. UPD. Built a test car [Бивис-trimmed.tar.gz](https://github.com/CleverRaven/Cataclysm-DDA/files/15442239/-trimmed.tar.gz) 1. Frame -...

Small question. A aisle can store 100L of stuff. Is this a bug that needs to be reported, or should it be? And yes, it is also considered a cramped...

How long does it take for a labyrinth to create a copy? Can the labyrinth create a copy of the player character? An evil copy? An evil not perfect copy?...

Add hallucination mechanics? Only one that disappears on death, not on taking damage. Or repeating all of the user's actions. And then the result depends on luck.

Or add a new item to the bags of cement. This item would be a book containing a recipe. Let's call it a label. ``` "id": "cement_bag", "type": "item_group", "container-item":...

And this way doesn't work. Because there's either cement or a label in the bag.

https://github.com/CleverRaven/Cataclysm-DDA/blob/de4ec39f57b1be19b9975e42971671b609c37bf9/data/json/itemgroups/supplies.json#L103-L108 Change to ``` { "id": "cement_bag", "type": "item_group", "subtype": "collection", "container-item": "bag_durasack", "items": [ { "item": "material_cement", "count": 2800 }, { "item": "cement_bag_label", "count": 1 } ] }, ```...

Additional information. I don't understand what's going on. 1. New world (en), everything works fine 2. New world (ru), everything works fine 3. The same save, if you take apart...

>They are the vehicle for the base unarmed damage, which you can't get ingame either. If I've translated it correctly. I can't get the base damage value? Why?

Got it. I thought that their values were written in functions as constants, and that's why they are not available. And not that there is simply no interface for displaying...