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

"edit-mode" : "modify", removes special attack - 0.C-10014-gf519400 #15095

Closed
Malkeus opened this issue Jan 30, 2016 · 4 comments

Comments

Projects
None yet
4 participants
@Malkeus
Copy link
Contributor

commented Jan 30, 2016

While I am glad that they've decided to quit smoking, I feel that this was not an intentional change. I've never seen one that isn't enshrouded in a cloud, they are pretty foul looking. Looking at monster.json shows they still have the smokecloud special attack in additon to the newly reformatted bite attack. Photo evidence, only one is a natural spawn, I debugged in the rest to confirm weirdness:

Non-Smoking Smokers

Could someone confirm this issue? I don't have any mods going that change mon_zombie_smoker but some weird interaction is a possibility.

edit: Not an issue in the base game, but still an issue with the "edit-mode" : "modify", function.
Details below in my 2nd comment.

@Night-Pryanik

This comment has been minimized.

Copy link
Member

commented Feb 1, 2016

Spawned smokers in clean 0.C-4304, and they immediately generated smoke clouds.

@Rivet-the-Zombie

This comment has been minimized.

Copy link
Member

commented Feb 1, 2016

I'm unable to reproduce this.

@Malkeus

This comment has been minimized.

Copy link
Contributor Author

commented Feb 1, 2016

It seems to be a strange interaction with
"edit-mode" : "modify",
Pisskops Rebalance mod has this entry which adds an upgrade, but it makes them stop smoking:
{
"type" : "MONSTER",
"id" : "mon_zombie_smoker",
"edit-mode" : "modify",
"upgrades":{
"into": "mon_zombie_gasbag_pk",
"half_life": 28
}
}

Duplicating the special attacks section from core monsters.json makes them start smoking again:
{
"type" : "MONSTER",
"id" : "mon_zombie_smoker",
"edit-mode" : "modify",
"special_attacks":[
["SMOKECLOUD", 1],
{
"type" : "bite",
"cooldown" : 5
}
],
"upgrades":{
"into": "mon_zombie_gasbag_pk",
"half_life": 28
}
}

Correct me if I'm wrong, but that's not the way edit mode - modify is supposed to work, right?

@Malkeus Malkeus changed the title Smoker Zombies not smoking. 0.C-9816-gc8fc01d "edit-mode" : "modify", removes special attack - 0.C-10014-gf519400 Feb 1, 2016

@pisskop

This comment has been minimized.

Copy link
Contributor

commented Feb 1, 2016

They were not smoking, but would when I removed the mod or added the special attack back in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.