Commit Graph
34 Commits
Author SHA1 Message Date
wing-it 6228b0eaeb Update source file translation.json 2021-05-24 09:01:51 -04:00
Randy Knapp 5999893de4 Merge branch 'master' into master 2020-12-07 20:59:38 -08:00
Randy Knapp 15f5ba6c4e [Zafir] Setting up automatic attacks and abilities for GM enemy units 2020-12-07 20:53:31 -08:00
Randy Knapp 381b39e941 [Zafir] Selected enemy unit display of new data 2020-12-07 13:41:29 -08:00
Randy Knapp 3cdab56442 [Zafir] Little bit of formatting cleanup 2020-12-05 13:54:36 -08:00
Randy Knapp 2ff0ad08eb [Zafir] Updates from player feedback (#7119)
* [Zafir] Swap between character sheet and GM toolkit

* [Zafir] Fixing up attack blocks, plus splitting gm tools into tabs

* [Zafir] Hooked up attacks, enemy unit selection, and some styling

* [Zafir] More advanced selected enemy box formatting

* [Zafir] Combat attribute calculator

* [Zafir] Changing will attack crit success text

* [Zafir] Added dodge value to GM units. Changed layout of GM units to accomodate.

* [Zafir] Condensed upper sheet option, show focus option

* [Zafir] Added overwatch field for attacks, changed some header verbiage

* [Zafir] Character sheet translation

* [Zafir] Adding translations for GM's Tools and Roll Templates

* [Zafir] Added translation file

* [Zafir] Added grenade attack to GM's tools

* [Zafir] Added Grenade Attack

* [Zafir] Added test for panic roller, placeholders for text inputs, and default values for number inputs

* [Zafir] Changed layout of GM units editor

* [Zafir] Made attacks addable and removeable

* [Zafir] Reflected multiple attacks on the GM combat panel

* [Zafir] Adding an option to change the primary weapon to a special equipment entry

* [Zafir] Adding an option to show a larger textbox for Origin

* [Zafir] Converting Proficiencies and Languages to a textarea

* [Zafir] Improving ability activation by automatically adding roll entries into the combat panel, Will Actions

* [Zafir] Added helper buttons to abilities to set cooldowns and use charges

* [Zafir] Hooking up weapon attack abilities

* [Zafir] Updating abilities if they're on cooldown or out of charges

* [Zafir] Fixing some bugs with cooldown/charge tracking and changing the buttons for them

* [Zafir] Added area of effect ability rolls

* [Zafir] Showing number of charges remaining on the abilities Use Charge button

* [Zafir] Added concealment tracker

* [Zafir] Round start button that decrements cooldowns

* [Zafir] Combat Initializer button

* [Zafir] Renaming Initialize Combat button

* [Zafir] Added a convenient ammo decrement and reload button on the primary weapon attack

* [Zafir] Cleanup around attack buttons and states

* [Zafir] Layout change to Status

* [Zafir] Focus points symbol

* [Zafir] More symbols

* [Zafir] Cleaning up condensed view, plus new icons

* [Zafir] Zmail tooltip

* [Zafir] Moving Usable Items to their own tab. Added usable abilities to the combat panel

* [Zafir] Quick bugfix with the new usable tab in combat

* [Zafir] Adding icons to the Charges and Cooldown tracker

* [Zafir] Added usable items with charges

* [Zafir] Adding Usable grenade/heavy weapon attacks

* [Zafir] Hooking up special ammo

* [Zafir] better styling for special ammo

* [Zafir] Fixing a bug with usable abilities that have both charges and cooldown

* [Zafir] Turning spellcheck off of the proficiencies and language text areas

* [Zafir] Charactermancer WIP

* [Zafir] Charactermancer WIP

* [Zafir] Charactermancer Species/Origin

* [Zafir] WIP Charactermancer Equipment

* [Zafir] Inventory, Random rolls, random insaan names

* [Zafir] Charactermancer is done

* [Zafir] Charmancer when all values are null or bad

* Temporarily disabling charactermancer

* Fixing the Hide Focus Points bug

* Fixing up Attacks for GM Tools

* Add abilities to GM units

* [Zafir] Fixed a bug with enemy attack aim dice

* [Zafir] Setting up initial HP, AP, and SP values

including setting up the proper token bars for them

* [Zafir] Adding max AP and SP values so that players have more control over their token bars

* [Zafir] Adding improved Use Item and Use Ability buttons that output to chat

* [Zafir] Adding selected bool to gm units and showing it in the list

* [Zafir] Separating out the settings into their own tab, and adding notes to the Misc tab

* [Zafir] Fixing a bug with attacks 1 and 2 for GM units

* Adding font hosting

* [Zafir] Actually reference google fonts

* [Zafir] Adding dice pool descriptions and styles to roll templates

* [Zafir] Fix a minor text error with secondary weapon roll
2020-08-10 09:56:21 -04:00
Randy Knapp d8d288ceb2 [Zafir] Adding dice pool descriptions and styles to roll templates 2020-08-03 20:00:57 -07:00
Randy Knapp d52adbb57a [Zafir] Separating out the settings into their own tab, and adding notes to the Misc tab 2020-07-23 15:37:17 -07:00
Randy Knapp a8617f7107 [Zafir] Improvements Across Sheet (#7007)
* [Zafir] Swap between character sheet and GM toolkit

* [Zafir] Fixing up attack blocks, plus splitting gm tools into tabs

* [Zafir] Hooked up attacks, enemy unit selection, and some styling

* [Zafir] More advanced selected enemy box formatting

* [Zafir] Combat attribute calculator

* [Zafir] Changing will attack crit success text

* [Zafir] Added dodge value to GM units. Changed layout of GM units to accomodate.

* [Zafir] Condensed upper sheet option, show focus option

* [Zafir] Added overwatch field for attacks, changed some header verbiage

* [Zafir] Character sheet translation

* [Zafir] Adding translations for GM's Tools and Roll Templates

* [Zafir] Added translation file

* [Zafir] Added grenade attack to GM's tools

* [Zafir] Added Grenade Attack

* [Zafir] Added test for panic roller, placeholders for text inputs, and default values for number inputs

* [Zafir] Changed layout of GM units editor

* [Zafir] Made attacks addable and removeable

* [Zafir] Reflected multiple attacks on the GM combat panel

* [Zafir] Adding an option to change the primary weapon to a special equipment entry

* [Zafir] Adding an option to show a larger textbox for Origin

* [Zafir] Converting Proficiencies and Languages to a textarea

* [Zafir] Improving ability activation by automatically adding roll entries into the combat panel, Will Actions

* [Zafir] Added helper buttons to abilities to set cooldowns and use charges

* [Zafir] Hooking up weapon attack abilities

* [Zafir] Updating abilities if they're on cooldown or out of charges

* [Zafir] Fixing some bugs with cooldown/charge tracking and changing the buttons for them

* [Zafir] Added area of effect ability rolls

* [Zafir] Showing number of charges remaining on the abilities Use Charge button

* [Zafir] Added concealment tracker

* [Zafir] Round start button that decrements cooldowns

* [Zafir] Combat Initializer button

* [Zafir] Renaming Initialize Combat button

* [Zafir] Added a convenient ammo decrement and reload button on the primary weapon attack

* [Zafir] Cleanup around attack buttons and states

* [Zafir] Layout change to Status

* [Zafir] Focus points symbol

* [Zafir] More symbols

* [Zafir] Cleaning up condensed view, plus new icons

* [Zafir] Zmail tooltip

* [Zafir] Moving Usable Items to their own tab. Added usable abilities to the combat panel

* [Zafir] Quick bugfix with the new usable tab in combat

* [Zafir] Adding icons to the Charges and Cooldown tracker

* [Zafir] Added usable items with charges

* [Zafir] Adding Usable grenade/heavy weapon attacks

* [Zafir] Hooking up special ammo

* [Zafir] better styling for special ammo

* [Zafir] Fixing a bug with usable abilities that have both charges and cooldown

* [Zafir] Turning spellcheck off of the proficiencies and language text areas

* [Zafir] Charactermancer WIP

* [Zafir] Charactermancer WIP

* [Zafir] Charactermancer Species/Origin

* [Zafir] WIP Charactermancer Equipment

* [Zafir] Inventory, Random rolls, random insaan names

* [Zafir] Charactermancer is done

* [Zafir] Charmancer when all values are null or bad

* Temporarily disabling charactermancer

* Fixing the Hide Focus Points bug

* Fixing up Attacks for GM Tools

* Add abilities to GM units

* [Zafir] Fixed a bug with enemy attack aim dice

* [Zafir] Setting up initial HP, AP, and SP values

including setting up the proper token bars for them

* [Zafir] Adding max AP and SP values so that players have more control over their token bars

* [Zafir] Adding improved Use Item and Use Ability buttons that output to chat
2020-07-20 13:57:11 -05:00
Randy Knapp e50e5d19f7 [Zafir] Adding improved Use Item and Use Ability buttons that output to chat 2020-07-18 20:21:28 -07:00
Randy Knapp 1a6c04f012 Add abilities to GM units 2020-07-18 14:02:13 -07:00
Randy Knapp c17c2451cb Fixing up Attacks for GM Tools 2020-07-17 14:23:36 -07:00
Randy Knapp 5dff4a7532 [Zafir] GM's Tools, Several Minor Improvements (#6680)
* [Zafir] Swap between character sheet and GM toolkit

* [Zafir] Fixing up attack blocks, plus splitting gm tools into tabs

* [Zafir] Hooked up attacks, enemy unit selection, and some styling

* [Zafir] More advanced selected enemy box formatting

* [Zafir] Combat attribute calculator

* [Zafir] Changing will attack crit success text

* [Zafir] Added dodge value to GM units. Changed layout of GM units to accomodate.

* [Zafir] Condensed upper sheet option, show focus option

* [Zafir] Added overwatch field for attacks, changed some header verbiage

* [Zafir] Character sheet translation

* [Zafir] Adding translations for GM's Tools and Roll Templates

* [Zafir] Added translation file

* [Zafir] Added grenade attack to GM's tools

* [Zafir] Added Grenade Attack

* [Zafir] Added test for panic roller, placeholders for text inputs, and default values for number inputs

* [Zafir] Changed layout of GM units editor

* [Zafir] Made attacks addable and removeable

* [Zafir] Reflected multiple attacks on the GM combat panel

* [Zafir] Adding an option to change the primary weapon to a special equipment entry

* [Zafir] Adding an option to show a larger textbox for Origin

* [Zafir] Converting Proficiencies and Languages to a textarea

* [Zafir] Improving ability activation by automatically adding roll entries into the combat panel, Will Actions

* [Zafir] Added helper buttons to abilities to set cooldowns and use charges

* [Zafir] Hooking up weapon attack abilities

* [Zafir] Updating abilities if they're on cooldown or out of charges

* [Zafir] Fixing some bugs with cooldown/charge tracking and changing the buttons for them

* [Zafir] Added area of effect ability rolls

* [Zafir] Showing number of charges remaining on the abilities Use Charge button

* [Zafir] Added concealment tracker

* [Zafir] Round start button that decrements cooldowns

* [Zafir] Combat Initializer button

* [Zafir] Renaming Initialize Combat button

* [Zafir] Added a convenient ammo decrement and reload button on the primary weapon attack

* [Zafir] Cleanup around attack buttons and states

* [Zafir] Layout change to Status

* [Zafir] Focus points symbol

* [Zafir] More symbols

* [Zafir] Cleaning up condensed view, plus new icons

* [Zafir] Zmail tooltip

* [Zafir] Moving Usable Items to their own tab. Added usable abilities to the combat panel

* [Zafir] Quick bugfix with the new usable tab in combat

* [Zafir] Adding icons to the Charges and Cooldown tracker

* [Zafir] Added usable items with charges

* [Zafir] Adding Usable grenade/heavy weapon attacks

* [Zafir] Hooking up special ammo

* [Zafir] better styling for special ammo

* [Zafir] Fixing a bug with usable abilities that have both charges and cooldown

* [Zafir] Turning spellcheck off of the proficiencies and language text areas

* [Zafir] Charactermancer WIP

* [Zafir] Charactermancer WIP

* [Zafir] Charactermancer Species/Origin
2020-06-08 11:07:01 -05:00
Randy Knapp 440a39ff0b [Zafir] Hooking up special ammo 2020-06-06 13:18:45 -07:00
Randy Knapp 7f82644d08 [Zafir] Adding Usable grenade/heavy weapon attacks 2020-06-06 11:04:55 -07:00
Randy Knapp a2d5def9ae [Zafir] Moving Usable Items to their own tab. Added usable abilities to the combat panel 2020-06-05 21:54:43 -07:00
Randy Knapp 82a89c589d [Zafir] Zmail tooltip 2020-06-05 20:27:37 -07:00
Randy Knapp de11d8a81f [Zafir] Cleaning up condensed view, plus new icons 2020-06-05 20:17:20 -07:00
Randy Knapp b6e6e23fd4 [Zafir] Focus points symbol 2020-06-05 19:50:30 -07:00
Randy Knapp 1e81f54d0b [Zafir] Cleanup around attack buttons and states 2020-06-05 17:58:51 -07:00
Randy Knapp c1454a1b01 [Zafir] Renaming Initialize Combat button 2020-06-05 17:08:27 -07:00
Randy Knapp c81d7d1718 [Zafir] Combat Initializer button 2020-06-05 17:07:26 -07:00
Randy Knapp 0c0f6152ca [Zafir] Round start button that decrements cooldowns 2020-06-05 16:56:59 -07:00
Randy Knapp 8168037de1 [Zafir] Added concealment tracker 2020-06-05 16:25:25 -07:00
Randy Knapp fe47d654ac [Zafir] Added helper buttons to abilities to set cooldowns and use charges 2020-06-05 12:38:59 -07:00
Randy Knapp 06c4941697 [Zafir] Improving ability activation by automatically adding roll entries into the combat panel, Will Actions 2020-06-05 10:33:01 -07:00
Randy Knapp 5cdc3c23e4 [Zafir] Adding an option to show a larger textbox for Origin 2020-06-04 10:23:25 -07:00
Randy Knapp 46b0b54e8d [Zafir] Adding an option to change the primary weapon to a special equipment entry 2020-06-04 10:02:04 -07:00
Randy Knapp 853b714bec [Zafir] Made attacks addable and removeable 2020-06-04 08:46:01 -07:00
Randy Knapp 43d3301ba7 [Zafir] Changed layout of GM units editor 2020-06-04 07:50:12 -07:00
Randy Knapp 0cac1f9f6b [Zafir] Added test for panic roller, placeholders for text inputs, and default values for number inputs 2020-06-02 15:51:25 -07:00
Randy Knapp 740ffe4ed0 [Zafir] Added grenade attack to GM's tools 2020-06-02 14:16:49 -07:00
Randy Knapp 7abd9536f0 [Zafir] Added translation file 2020-06-02 13:21:06 -07:00
Randy Knapp e44ece48a8 [Zafir] Character sheet translation 2020-06-02 12:48:57 -07:00