One Piece: Holy Light Swordmaster

One Piece: Holy Light Swordmaster

Anime & Comics315 Chapters2.2M Views
Author: Juan_Piece
4.41
Overview
Table of Contents
Synopsis

A seasoned "One Piece" superfan and a devoted Holy Paladin main finds himself transported into the world of pirates. Now, Wright has inherited the power of Azeroth’s Holy Light.



“Eighteen years!”



“Finally, no one can stop me from going all-out!”



“I’m a freaking Swordmaster!”



The Marines: “Fleet Admiral, it’s fine if you want to slash enemies, but don’t



forget to heal the squad too!”



Wright: “...Ugh.”



---------------------------------------------------------------



PATREON LINK:

https://www.patreon.com/JuanPiece



---------------------------------------------------------------



DECLARATION:

You can also find this book on RoyalRoad and ScribbleHub.



---------------------------------------------------------------



DISCLAIMER:

I don't own any character other than my OCs.

The cover pic can be found in pinterest. If the owner wants to take it down, message me.

19 Reviews
4.41
Translation Quality
Stability of Updates
Story Development
Character Design
World Background
Share your thoughts with others
Liked
newest
reza_Asgari
reza_Asgari

The character design is bad like they are there just make sure in the whole story there other person except mc The use of df is also bullshit

3 months ago
9
guldan
guldan

A good story with a man with the power of the holy light from WoW . the MC is not afraid of changing the life of people he meet. I hope he would be One day a Amiral ! 👍🏿

7 months ago
9
Hanish_Ram
Hanish_Ram

It is better compared to many other one piece fan fiction novels

7 months ago
5
byovevald
byovevald

Anyone who really stands up for justice will never join the Marine or become a Pirate. This is the dumbest moment in this story that's made me freak out. Because of this stupid and illogical denouement, the Star points immediately decreases.

2 months ago
3
Obligation
Obligation

Huh, I thought I reviewed this story already. Anyways this story is amazing so you should definetly give this a try. A truely kind hearted mc who doesnt shy away from what needs to be done and is written excellently!!

5 months ago
3
TabooExistence
TabooExistence

pretty good👾 ..........,..........,.....

6 months ago
3
FadeKnight
FadeKnight

A uniquely told story. While there are other fanfiction’s that cover this time period, this one feels more fleshed out. A rare gem. Here is five stars to keep you going.

6 months ago
3
Exellus
Exellus

a pretty good story........................................................................................................... .............................

5 months ago
3
BaldDonkey
BaldDonkey

One of the best of OP fanfic! Though not perfect, it is still better than most OP fanfic out there. The story was interesting and the characters are very well written!

6 months ago
2
LucelumXIII
LucelumXIII

an unusual but very interesting story, I like how you structured your fanfiction, I hope your Mc changes many more characters, maybe he becomes an admiral or better as a marshal, I give you 5 stars 👏.

6 months ago
1
StaringCat
StaringCat

Definitely one of the best One Piece fanfic. The MC is strong but not absurdly broken, make (somewhat) reasonable choices rather than just speedrunning to power. The pacing is on the slower side, which might not be for everyone, but it allows the story to build naturally rather than rushing through major events. Character interactions feel genuine, and the world is fleshed out in a way that makes it more than just a backdrop for the MC’s journey. If you want a well-written adventure with a balanced protagonist and a story that takes its time, this is definitely worth reading.

4 months ago
1
Gabriel_Augusto_2205
Gabriel_Augusto_2205

the story is very good, the protagonist has a well developed sense of justice and because of it, brings positive changes to the OP universe as a whole. Forming good relationships, mentoring, aiding and saving lives. The training development is pretty realistic and his powers are pretty cool, although not much variety in his attacks so far. But overall, the mc is not afraid of changing the plot, thus, becoming the de facto protagonist of a completely new story.

4 months ago
1
IamGarus
IamGarus

A very good book. Love it! One of the best OP fanfic I have read! If you're hesitating whether to read or nah, bro, you gotta read this. Instead of reading trash fictions out there, read this, or if you are affluent or have some bucks, then support the author as I am currently supporting him on patreon. The story there is getting exciting!

6 months ago
1
Brazert
Brazert

Привет друзья! Прочитал я "это" и могу с уверенностью сказать что автор не смог прописать своего персонажа. Автор хороши пишет, но не умеет прописывать своего персонажа. Если вы хотите прочитать эту работу, пропустите 30 глав и начните читать, потому что герой из фанфика в начале это совсем другой человек.

3 months ago
0
slothz
slothz

DStep 5: Training Your Model With your model architecture defined, the next step is to train it using the prepared dataset. Training Process: Batch Size: The number of samples processed before the model is updated. Epochs: The number of times the entire dataset is passed forward and backward through the network. Learning Rate: The step size for the optimizer, which controls how much to change the model in response to the estimated error each time the model weights are updated. Here’s how to train your model: history = model.fit(datagen.flow(x_train, y_train, batch_size=64), epochs=50, validation_data=(x_test, y_test)) Step 6: Evaluating and Tuning Your Model After training your model, it’s essential to evaluate its performance and tune the hyperparameters for better results. Evaluation Metrics: Accuracy: The percentage of correct predictions. Loss: A measure of how well the model is performing. Hyperparameter Tuning: Grid Search: Systematically varying hyperparameters and evaluating performance. Random Search: Randomly selecting hyperparameters and evaluating performance. Bayesian Optimization: Using probabilistic models to find the optimal hyperparameters. Advanced Techniques: Automated Machine Learning (AutoML): Tools like Google AutoML and Auto-Keras can automate the process of model selection and hyperparameter tuning. Genetic Algorithms: Use evolutionary algorithms to optimize hyperparameters. Hyperband: A resource-efficient approach for hyperparameter optimization that combines random search with early-stopping strategies. Step 7: Experimenting and Innovating To make a novel contribution, you need to experiment with various architectures and techniques. Novel Contributions: Architecture Modifications: Experiment with different numbers of layers, filter sizes, and activation functions. Regularization Techniques: Apply L2 regularization, batch normalization, and dropout to prevent overfitting. New Layer Types: Introduce new types of layers or novel combinations of existing layers.

a month ago
0