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

target_attack not applying properly to output #12

Open
foulman opened this issue Jan 12, 2020 · 2 comments
Open

target_attack not applying properly to output #12

foulman opened this issue Jan 12, 2020 · 2 comments

Comments

@foulman
Copy link

foulman commented Jan 12, 2020

This, when input into the spell creator: image

gives this output:

{
"id": "pk_enhance1",
"type": "SPELL",
"name": "PK Enhance I",
"description": "The most basic Psychokinetic ability, affecting your own body. This ability enhances your phyiscal strength and agility, a great base to expand into manipulating objects without your body between your mind and the object.",
"message": "You focus your mind on your own body, if you believe you are stronger and faster, you are.",
"sound_description": "",
"effect": "none",
"effect_str": "pk_eff_enhance1",
"min_duration": 30000,
"duration_increment": 6000,
"max_duration": 90000,
"base_energy_cost": 100,
"energy_increment": -2.0,
"final_energy_cost": 80,
"spell_class": "PSION_PK",
"max_level": 10,
"base_casting_time": 200,
"casting_time_increment": -5.0,
"final_casting_time": 150,
"valid_targets": [
"self"
],
"flags": [
"SILENT",
"NO_HANDS",
"NO_LEGS",
"CONCENTRATE"
]
}

I tried this several times, the target_attack is not being entered, and even seemed to reset itself to none while I did other things.

@foulman
Copy link
Author

foulman commented Jan 12, 2020

I didn't try other settings for that field yet, but obviously they quite possibly do the same thing.

@foulman
Copy link
Author

foulman commented Jan 12, 2020

Now that I play with this more, it seems that when you change other values, like even clicking on the damage field to set it, it resets the actively displayed spell effect back to none and empties the str.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant