7
0
mirror of https://github.com/RPG-Research/bcirpg.git synced 2024-04-16 14:23:01 +00:00
Commit Graph

164 Commits

Author SHA1 Message Date
0ed5873805 Pushed updated version of reaction subprocess 2021-04-11 12:51:48 -06:00
21e7f66b19 Added some files related to reactions in 5e 2021-04-11 12:39:38 -06:00
4974e715a3 Add files via upload 2021-04-11 11:17:28 -07:00
a028077329 d20 extended combat initiatve flow chart
4/11/21 session
2021-04-11 14:06:46 -04:00
2c669389b5 Pushed progress so far 2021-04-11 11:45:40 -06:00
065cd5526a Added some new flowcharts, life has been hectic lately. 2021-04-11 10:43:04 -06:00
f4c79a060d Merge branch 'master' of https://github.com/RPG-Research/erpg 2021-03-28 13:05:24 -06:00
26caeee7fe Start of movement process 2021-03-28 13:05:08 -06:00
2dda804a5b d20 determine surprise flowchart; 3/28/21 session 2021-03-28 15:00:27 -04:00
6d4feaa128 Forgot to plug my hd back in, Here are some older pushes 2021-03-28 12:09:36 -06:00
0918c113ff DiceRoller
Diagramming between flowchart and UML, monolithic to minimum variations from 3/21/2021 session.
2021-03-21 15:26:42 -04:00
e8e946ccd8 Drafts Folder 2021-03-21 15:25:35 -04:00
ea71588469 Delete Drafts 2021-03-21 15:23:05 -04:00
55ba60af01 Drafts
Containing draft diagrams
2021-03-21 15:21:28 -04:00
a638ce0da1 Add files via upload 2021-03-21 11:09:04 -07:00
7d6d0fb1e2 Pushed last weeks changes; forgot, oops 2021-03-13 12:46:26 -07:00
ead7a80494 Add files via upload 2021-03-06 10:36:17 -07:00
ff094ef89c d20 combat process overview; from 02/27/2021 2021-02-27 15:18:08 -05:00
deba4427b0 Update readme 2021-02-27 10:34:06 -08:00
985caa6455 Create project_ilmatar_phase2_flowchart_d20ExtendedConflictOverview_20210220.drawio 2021-02-27 12:57:18 -05:00
c249dd25ea Created new conflictResultsProcess file and folder 2021-02-13 20:51:24 -06:00
4d94e29a0b Add files via upload 2021-02-13 11:32:37 -08:00
4af977e2dc Here is my flow chart I did; had some issues with the Git; so I had to make the chart again 2021-02-06 09:35:51 -07:00
d662df514f Organizing flow chart files into folders 2021-01-30 14:25:02 -06:00
a2c79c297b Add files via upload 2021-01-30 15:08:55 -05:00
e6456bcb64 Add files via upload 2021-01-30 14:08:11 -05:00
40ef3aafb9 Add files via upload 2021-01-23 12:11:43 -08:00
9ad861bbad Added todays changes 2021-01-23 12:17:45 -07:00
26944fb22e Add files via upload 2021-01-16 14:15:44 -06:00
fc128d1f58 Add files via upload 2021-01-09 11:12:22 -08:00
be0b574b1d Added stuff to this 2021-01-02 13:06:12 -07:00
55fee53003 Add files via upload 2020-11-07 15:00:15 -05:00
53ceb0e768 Add files via upload 2020-11-07 11:52:38 -08:00
6de41d751b Delete Project Ilmatar Phase 2 flowChart TurnSelectionProcessCombat.drawio 2020-11-07 11:52:18 -08:00
da1e88598b Add files via upload 2020-11-07 11:40:10 -08:00
023a00143e finished version of turnSelectionProcessNoncombat 2020-11-07 13:17:37 -06:00
0df3d0b423 Add files via upload 2020-11-07 10:49:21 -08:00
85392e7e9b Delete Readme 2020-11-07 10:13:40 -08:00
607152cf29 Merge pull request from rpgresearch/Wireframes
Create Readme
2020-11-07 10:13:19 -08:00
fad3ff691c Add files via upload 2020-11-07 10:12:41 -08:00
291226a3ab Create readme 2020-11-07 10:12:03 -08:00
7408e3a0e1 Add files via upload 2020-11-07 10:10:41 -08:00
4fee98191d Create Readme 2020-11-07 10:09:40 -08:00
628febc9b7 Version 5c: modifies NPC amnesty after fights
###Phase 1 Documentation   
Author(s):Doug McCord
Program Name: P1_Ilmatar_Masterv5c_DKM.mod  
Desc: 
*NPC amnesty: originally the <b>nw_c2_default3</b> OnCombatRoundEnd script was edited to allow for combat, but then cause the NPC to forget hostilities. As newly spawned monsters also inherited this script, it was reverted back to the original. A new script: <b>nw_c2_amnesty</b> was created for amnesty. This needs to be added to all NPCs with whom this behavior is desired as their ‘OnCombatRound’ script. 

   
Last Changed:   
<br />
####Areas:   
d10Sebastian: changed Sebastian’s OnCombatRoundEnd script to nw_c2_amnesty
b12_final_boss: changed Propero’s OnCombatRoundEnd script back to nw_c2_default3
G9_tutorialShip: changed the following NPCs OnCombatRoundEnd scripts to nw_c2_amnesty:
	King Alonso
	Sebastian
	Stephano
	Trinculo
p113area: changed the following NPCs OnCombatRoundEnd scripts to nw_c2_amnesty:
	Sailor
	Trinculo
p1F4Area: changed the following NPCs OnCombatRoundEnd scripts to nw_c2_amnesty:
	Stephano
greatHallCastle: changed the following NPCs OnCombatRoundEnd scripts to nw_c2_amnesty:
	Katana
	King
F6: changed the following NPCs OnCombatRoundEnd scripts to nw_c2_amnesty:
	Caliban
E9: changed the following NPCs OnCombatRoundEnd scripts to nw_c2_amnesty:
	Ariel


####Scripts:   (modified and added)
nw_c2_default3: modified back to original
nw_c2_amnesty: created

<br />
2020-10-10 14:38:23 -04:00
ace9bcc709 Delete fixed_katana.dlg 2020-10-10 11:31:47 -06:00
d054b8aed7 Delete P1_Ilmatar_Master_v4Luke.mod 2020-10-10 11:29:50 -06:00
0fc893f3b7 Delete P1_Ilmatar_Master_v4Luke.BackupMod 2020-10-10 11:29:41 -06:00
e7f239a23a Delete P1_Ilmatar_Master_v2.mod 2020-10-10 11:29:32 -06:00
354a78332d Delete P1_Ilmatar_Master.mod 2020-10-10 11:29:23 -06:00
b5f214c82b Delete DialogTestForERPG.cpp 2020-10-10 11:27:35 -06:00