turtle-insect / DQB2

Switch & Steam Dragon Quest Builders 2 SaveDate Editor
GNU General Public License v3.0
22 stars 5 forks source link

(Feature Request) Add changing the appearance of player's hammer, armor and weapon #3

Closed bluedogz162 closed 2 years ago

bluedogz162 commented 2 years ago

You can change the appearance of the player's weapon, hammer, and armor in-game at a dressing table. This would be something to add to the editor, as certain weapons cannot be selected for appearances (War Banner, etc.)

turtle-insect commented 2 years ago

public Item Hammer { get; private set; } = new Item(0x6A8C6); public Item Weapon { get; private set; } = new Item(0x6A8C2); public Item Armmer { get; private set; } = new Item(0x6A8CA); public Item Shield { get; private set; } = new Item(0x6A8CE); public Item Head { get; private set; } = new Item(0x6A8D2); public Item Accessories1 { get; private set; } = new Item(0x6A8D6); public Item Accessories2 { get; private set; } = new Item(0x6A8DA); public Item Accessories3 { get; private set; } = new Item(0x6A8DE);

turtle-insect commented 2 years ago

https://github.com/turtle-insect/DQB2/commit/929b72b00cf14cf2e4575181d59b7d1d43ce861b

turtle-insect commented 2 years ago

support https://github.com/turtle-insect/DQB2/releases/tag/0.028