1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
Commit Graph

58 Commits

Author SHA1 Message Date
879aaba980 Use json instead of json5 for syntax highlight in docs
Looks like website only recognizes javascript & json, and is not aware
of jsonc or json5.

Will result in small regression on Github web view - comments will show
up as red (since comments are not part of json format), but syntax
highlight would work both on website and on Github.

Alternative is using javascript for syntax highlight, however syntax
highlighter for json looks better on both website and Github (since it
uses separate highlighting for json keys, separate from strings in
values)
2024-12-04 16:50:01 +00:00
7b682f9010 Always use json5 for syntax highlighting. 2024-12-01 12:18:06 +00:00
36fe8462c5 Address code review, fix few more issues with formatting 2024-12-01 11:15:13 +00:00
74a4a10f48 Added markdownlint to Github CI
- Markdown will now be validated as part of Github CI
- Applied auto-fix to most common issues (mostly whitespace related)
- Fixed manually some of more complex cases

Some valid markdownlint rules are currently disabled, to avoid failing
CI, can be enabled in future
2024-11-30 20:20:15 +00:00
0969871835 Merge branch 'develop' into mechanical_bonus 2024-10-31 15:14:51 +02:00
53b7c5da6f added MECHANICAL bonus 2024-10-24 21:30:51 +02:00
0991f02282 Bonus: prism breath 2024-10-20 22:02:56 +02:00
5e3630adae adjust texts 2024-09-19 20:57:43 +02:00
b36c05df1d INVINCIBLE bonus 2024-09-19 03:14:45 +02:00
55fd7bd7aa Thieves guild information level is now a bonus type 2024-08-28 13:50:07 +00:00
746bba0ade docs 2024-08-24 00:34:33 +02:00
8f407311fd fix headings of md files 2024-07-16 20:29:20 +02:00
6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
81aa831237 Clarified bonus types documentation to better match actual logic 2024-07-08 20:55:41 +00:00
02e429e973 Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
2024-06-24 03:47:19 +02:00
cfcecbf630 Fix documentation to match actual behavior 2024-06-19 19:59:06 +00:00
fc28943741 Adjusted docs layout to fix table of content 2024-06-04 20:22:43 +00:00
277a0e63d8 update docs 2024-05-06 00:46:21 +02:00
b351946afd Add some utility bonuses for player resources boosting 2024-04-15 21:18:45 +02:00
05bbb45824 change MANA_PER_KNOWLEGDE to percentage 2024-03-23 20:28:49 +01:00
a32ef673f7 Merge pull request #3482 from IvanSavenko/extend_hota_bonuses
Extend hota bonuses
2024-01-15 13:47:13 +02:00
9acd436a09 Review suggestion 2024-01-15 13:18:27 +02:00
5565b55bb0 Fixed handling of SPELL_AFTER_ATTACK without addInfo field 2024-01-14 17:13:33 +02:00
fc6a9924ee FIRST_STRIKE now supports ranged / melee subtypes, BLOCKS_RETALIATION
will properly block FIRST_STRIKE
2024-01-13 16:54:06 +02:00
bb670cfb82 Merged accurate shot bonus into death stare bonus 2024-01-13 15:55:07 +02:00
f6e0f46040 Merge pull request #3467 from dydzio0614/hota-fixes
Fix HotA creature abilities (add bonuses allowing implementing them)
2024-01-12 21:55:18 +02:00
M
56165818b4 Fix wrong english word 2024-01-09 20:06:11 +01:00
M
67f18729fa REVENGE bonus that matches HotA haspid ability 2024-01-09 19:10:43 +01:00
675f9b11fa Add ENEMY_ATTACK_REDUCTION bonus - fixes HotA Nix 2024-01-08 19:37:04 +01:00
3c95f92c59 Update documentation 2024-01-07 21:22:10 +01:00
51b7de4b98 Fix double off-by-one bug with CREATURE_GROWTH bonus 2024-01-05 16:57:44 +02:00
7283a4861e Initial version of ACCURATE_SHOT implementation 2024-01-04 22:27:51 +01:00
fbd988df42 Bit better documentation wording 2024-01-01 21:19:25 +01:00
7cf7543747 Configurable ferocity bonus 2024-01-01 21:16:38 +01:00
fe39faf36c Add UNTIL_OWN_ATTACK bonus duration and use for berserk 2023-12-19 19:52:40 +01:00
805c922c80 More detailed info with examples 2023-11-12 09:07:52 +01:00
f105a34be5 defence -> defense
json syntax
2023-11-12 05:57:39 +01:00
01fe06b61b Updated and clarified some info about Bonus types. 2023-11-11 20:04:48 +01:00
36eacf99d5 Cleanup 2023-10-28 17:58:08 +03:00
4ba8014573 Added subtype for SPELL_DURATION 2023-10-28 17:57:56 +03:00
1e0ea5f1f0 documented NEGATIVE_EFFECTS_IMMUNITY, fixed subtype loading 2023-10-28 17:56:11 +03:00
1459006916 Added separate bonus for native terrain check 2023-10-28 17:54:58 +03:00
85f902fa26 Update docs 2023-10-22 17:12:34 +03:00
31cf3442af Update docs 2023-10-22 16:55:19 +03:00
36a1d6c415 Removed remaining integer bonus subtypes from configs 2023-10-22 16:55:19 +03:00
910ad50417 Fix client & server compilation 2023-10-22 16:54:48 +03:00
0a10fc30b8 (lib) Bonus subtype is now stored as metaidentifier that can store any
other identifier inside it
2023-10-22 16:54:43 +03:00
0ab766479d One more documentation update iteration 2023-09-26 15:55:27 +03:00
9c4475385b Updated most of remaining bonus type docs 2023-09-26 15:55:27 +03:00
a7ebbf8680 Updated bonus documentation up to SPELL_AFTER_ATTACK 2023-09-26 15:55:27 +03:00